Reply To: Odd Scaling Issue With Legacy

Homepage Community Forums Legacy Theme Support Odd Scaling Issue With Legacy Reply To: Odd Scaling Issue With Legacy

#11232
Wes
Moderator

    Take a look around line 384 in your css and remove the code for either the height or the width –

    img {
    	height: auto;
    	width: auto; /* IE8 */
    }