Reply To: Images do not display at custom size in Epic theme

Homepage Community Forums Epik Theme Support Images do not display at custom size in Epic theme Reply To: Images do not display at custom size in Epic theme

#13723
Wes
Moderator

    @Cindy808 If you remove or comment out the code on line 379 in your css – width: auto; it should take care of it –

    img {
        height: auto;
        width: auto;
    }

    You can remove it altogether or comment it out like this –

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

    If you would like to keep the original code in.