Reply To: WordPress Image Resizing won't take on post content

Homepage Community Forums Epik Theme Support WordPress Image Resizing won't take on post content Reply To: WordPress Image Resizing won't take on post content

#7897
Wes
Moderator

    Have a look around line 391 in your css or search for this –

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

    removing the height fixes it.