Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #278373
    Karen Divorty
    Participant

    I am having serious issues with Zubin oversizing and zooming the images I put on the site. Whilst it looks fine in the editor, it displays very differently in the browser. This is incredibly frustrating. Can I please have some support.

    #278397
    Skandha
    Participant

    @karendivorty: Hello there,
    Can you please post in your site URL so that I can look into the issue?

    Kind Regards,
    Skandha

    #278857
    Karen Divorty
    Participant

    Please scroll down https://test.karendivorty.co.uk/ to the Latest Posts section. Each of the three Featured Images should fit the width of the container (880px) but do not.

    Their <img> tags’ sizes attribute seems to have a typo.

    Change this:
    sizes="(max-width: 680px) 100vw, 680px"
    …to this:
    sizes="(max-width: 880px) 100vw, 880px"

    #278957
    Skandha
    Participant

    @karendivorty: Hello there,
    Go to => Appearance => Customize => Additional CSS and add the following CSS Code.

    .wp-block-latest-posts__featured-image.aligncenter img {
        width: 880px;
    }

    Let me know if this works out!
    Kind Regards,
    Skandha

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Issue with images in Zubin Pro’ is closed to new replies.