Homepage › Community Forums › Agile Theme Support › Compatibilty with Internet Explorer › Reply To: Compatibilty with Internet Explorer
Try changing the “img” to auto instead of 100% in your style.css file. Should be on or around line 1098.
img { height: auto; max-width: auto; }