• Resolved brucemacg

    (@brucemacg)


    Hi

    I’m getting recommendations from Google to add explicit width and height to improve CLS..

    I have noticed that CLS is much higher with your plugin activated. Any solutions to this?

    thanks, Bruce

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

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Support Hitendra Chopda

    (@hitendra-chopda)

    Hello Brucemacg,

    Thanks for reaching out to us.

    Yes, right now there is no default width and height added in the image tag.

    So, you can add manually image width and height for all the image tag in our plugin to resolve it.

    Like current HTML design is:
    <img src="https://www.watersportswarehouse.co.za/wp-content/uploads/2022/03/inflatable-tube.jpg" class="category_banner_image">

    It should be:
    <img src="https://www.watersportswarehouse.co.za/wp-content/uploads/2022/03/inflatable-tube.jpg" width= "1080" height = "350" class="category_banner_image">

    After that, it will not consider the images in CLS.

    We will also optimize our image tag structure for future releases so you never face this issue further.

    Hope this helps.

    Best Regards,
    Hitendra & Dotstore Team

    Plugin Support Hitendra Chopda

    (@hitendra-chopda)

    Hello Brucemacg,

    We haven’t heard back from you in a while, so I’m going to mark this as resolved.

    If you have any further questions, you can start a new thread.

    Best Regards,
    Hitendra & Dotstore Team

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘set explicit width and height’ is closed to new replies.