Reply To: Images won't resize

Homepage Community Forums Epik Theme Support Images won't resize Reply To: Images won't resize

#9487
Wes
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;*/
    }