By René on Tuesday, 16 September 2014
Posted in General Issues
Replies 5
Likes 0
Views 523
Votes 0
hi, there is something wrong with img width in IE Module Blog Category, Latest Blogger and so on..it works in Chrome and firefox but with IE9 or IE 10 it shows a 160px x 160px thumb!?
Hello René,

Sorry for late reply to this,
Can you try apply this CSS code in your template css file and see how it goes?

.ezb-mod .mod-avatar img {
width: 60px !important;
}

Because I noticed that IE9 overridden the CSS styling img tag to width:auto height:auto.
·
Tuesday, 16 September 2014 13:12
·
0 Likes
·
0 Votes
·
0 Comments
·
hi Arlex, thanks for your help and your screenshot. i'v added a max-width to template.css and it helps for modules. if IE9 override the CSS styling img tag to width:auto height:auto then he will do it also for other img tag right? is this a bug in bootstrap?

please delete youer screenshot
·
Tuesday, 16 September 2014 14:57
·
0 Likes
·
0 Votes
·
0 Comments
·
Hello René ,

Sorry for late reply to this,
Yes, I'm suspect that was not a bug in bootstrap, because everything fine when you access your site in your IE11, Chrome, Firefox.
·
Tuesday, 16 September 2014 23:07
·
0 Likes
·
0 Votes
·
0 Comments
·
hi arlex, yes it works with IE11, Chrome and firefox but not out of the box with IE9,IE8. ok your fix helps..but i still believe there is bug in bootstrap with auto width and height! maybe that can be solved with additinal css files for EB module including IE classes!?
·
Wednesday, 17 September 2014 04:33
·
0 Likes
·
0 Votes
·
0 Comments
·
Hello Rene,

Sorry for late reply to this,
I have do the global search regarding this IE9 images issues, it seems like the IE9 version ignores image height and width which set to auto, so it will follow back the image original sizes. Check my screenshot below and the reference link.
-> http://stackoverflow.com/questions/12521716/internet-explorer-10-ignores-width-height-on-images
Hope this explanation help.
·
Wednesday, 17 September 2014 10:55
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post