well, it has something to do with the following CSS
.entry-thumbnail img{max-width:100%;}
if I manually change the CSS code to the following kind, then the images finally appear.
.entry-thumbnail img{max-width:none!important;}
however IE9 dont work the way above… Im so desperated
browser compatiblity (specially IE series) is such a bitch.