stubbornella / oocss

Object Oriented CSS Framework

Home Page:http://stubbornella.org/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

klipstein opened this issue · 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.

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