• Since I installed the newest update, any photos in a post after the first three are tiny and out of proportion (squished vertically). The first 3 appear fine. The photo block is the correct width, since the caption fill the full size. I’ve looked at the HTML, and it has the correct pixel width and height, although the photo doesn’t display at that size. This is happening with all posts, even old one.

    The page I need help with: [log in to see the link]

Viewing 3 replies - 1 through 3 (of 3 total)
  • Hey @dconheels,
    In your theme or child theme and last one is your customize setting you can put below css code.

    .wp-caption img{
    width : 100% !important;
    }

    Thanks

    Hello @dconheels ,

    Just add this css on your website go to the appearance > customize > additional css

    img.size-large {
    width: 100%;
    }

    copy and paste this css

    I have the same bug.

    Above two fixes are suggested. Could you tell me which is OK ?

    Thanks.

Viewing 3 replies - 1 through 3 (of 3 total)
  • You must be logged in to reply to this topic.