Reply To: Compatibilty with Internet Explorer

Homepage Community Forums Agile Theme Support Compatibilty with Internet Explorer Reply To: Compatibilty with Internet Explorer

#1076
Wes
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;
    }