oocss icon indicating copy to clipboard operation
oocss copied to clipboard

Media plugin bug in IE8 (standards mode) when max-width is defined on images

Open klipstein opened this issue 13 years ago • 1 comments

IE8 in standards mode collapses images within the media plugin when max-width is defined on images.

The following page showcases the problem and offers a solution: http://jsbin.com/imuni6/edit#preview

A fix for that problem is to attach max-width:none; to the .media .img img rule.

klipstein avatar Jun 23 '11 13:06 klipstein

I can confirm this bug. We came across it recently in a project.

necolas avatar Sep 12 '11 16:09 necolas