Viewing 1 replies (of 1 total)
  • Hi, b_obata, the block settings must be slightly different, as the underlying HTML shows that a difference exists between the two images.

    The HTML on the image that is on the homepage is saying that the image is being resized, in contrast to the image on the other page.

    You can try changing the settings to make them matchup or you can use additional CSS to do this:

    body.home figure.wp-block-image.is-resized > img
    {
    
        max-width: 100% !important;
    }
Viewing 1 replies (of 1 total)
  • The topic ‘same image is different widths on different pages’ is closed to new replies.