Home › 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
October 4, 2013 at 10:19 pm
#7897

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.