Reply To: Cannot adjust image size within a post

Homepage Community Forums Optimal Theme Support Cannot adjust image size within a post Reply To: Cannot adjust image size within a post

#8549
Eric
Customer

    If I remove width: auto; on line 395 in your css it seems to fix it. –

    img {
        height: auto;
        width: auto;
    }

    I create awesome sites for awesome people! Contact me if interested – ericsanchez1585@gmail.com