I am using with Omega 3.0. Images placed with Media Module and Responsive display type. Images display fine in Chrome, all manners of Firefox and IE7 & IE9. IE8 stretches the images vertically approximately 200% in native mode. Switching to compatibility mode fixes the issue. As a quick fix I added <meta http-equiv=”X-UA-Compatible” content=”IE=EmulateIE7″ /> to html.tpl.php.

Comments

kingfisher64’s picture

isn't height: auto required?

ressa’s picture

Using CKeditor WYSIWYG and Media to insert images, height and width was being defined in the image tag, overriding the important img { height: auto }.
Adding img { height: auto !important } to my stylesheet fixed it for me, so I didn't need to install this module.

ressa’s picture

Issue summary: View changes

Added code tag to meta example