Home › Community Forums › Epik Theme Support › Images won't resize › Reply To: Images won't resize
December 13, 2013 at 12:42 pm
#9487

Moderator
If you look in your css around line 389 and remove the height and width it seems to work Try commenting it out like this –
img {
/*height: auto;*/
/*width: auto;*/
}