• Resolved mukesh jatt

    (@starsb0641)


    Hello
    After Applying Content views grid layout CLS increased. When i use custom fix image size, CLS increased even more.

Viewing 7 replies - 1 through 7 (of 7 total)
  • Plugin Author Content Views

    (@pt-guy)

    Hello,
    Thank you for contacting us.

    Please select the Thumbnail or Medium size option.
    Also please select this checkbox Disable responsive image of WordPress.

    If it doesn’t help, Might you please send us the URL of the page that contains the grid?

    Best regards,

    Thread Starter mukesh jatt

    (@starsb0641)

    I dont host images on my server. All images as thumbnail are external.
    So width and height of external images are missing and that’s causing layout shift.
    Wp rocket have a feature called “add missing image dimensions”
    but that’s also only work for internal images.

    Plugin Author Content Views

    (@pt-guy)

    Might you please send us the URL of the page where we can see the view?

    Thread Starter mukesh jatt

    (@starsb0641)

    This plugin “Specify Missing Image Dimensions” solved this error.

    Thread Starter mukesh jatt

    (@starsb0641)

    Actually The above plugin made the site very slow, so i had to deactivate it.
    Still Unresovled ):

    Okay here is the sample https://gfhunter.yflix.in/

    Plugin Author Content Views

    (@pt-guy)

    Thank you for your reply.
    I’m seeing that you are using the Pro version that shows the substitute image as thumbnail, that can be the reason why the dimensions are not set.
    For further support on this, please contact us here.
    Best regards,

    Thread Starter mukesh jatt

    (@starsb0641)

    Hello
    Putting below code in custom css solved CLS error

    .pt-cv-thumbnail {
    height: 230px;
    width:230px;
    }

    Thanks

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘How to reduce CLS ?’ is closed to new replies.