Home › Community Forums › Agile Theme Support › Compatibilty with Internet Explorer › Reply To: Compatibilty with Internet Explorer
June 25, 2012 at 1:44 pm
#1076

Moderator
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;
}