Reply To: Images don't display with desired size

Homepage Community Forums Ally Theme Support Images don't display with desired size Reply To: Images don't display with desired size

#11726
Wes
Moderator

    Look for this in your css –

    img {
        height: auto;
        width: auto;
    }

    And remove or comment out the width code like this – /* width: auto; */

    I’m not sure the exact line it’s located in your css since you’re using a plugin to handle your css….but if you search for img you’ll see that code.