How can I effectively resolve the lazy loading issue with offscreen images?

How can I effectively resolve the lazy loading issue with offscreen images?

PoojaHiwade
Excursionist
26 0 14

Hello

 

Hope all are doing well 

i have checked all the things for the lazy loading issue but still, it can not be solved. can any one help me to resolve this issue? 

Capture- etoil 21.PNG

Replies 2 (2)

ZenoPageBuilder
Shopify Partner
1052 203 227

Hello @PoojaHiwade 👋

Implementing image lazyloading is very tricky. You should check your theme options to see if it has feature lazy loading, if not it is okay to just ignore this issue. Unless your store pages have so many images, image lazy loading won't help much with real user perception.

Zeno Page Builder - Build responsive & SEO-optimized Landing pages, Blog posts, Product pages and more...
Learn more at zenobuilder.com

Mehedi06
Shopify Partner
27 3 4

Hey, if your images are not above the fold, then you can use the lazy loading attribute on this image. That should be pretty straightforward. Here is an example - 

Mehedi06_0-1697616162257.png

loading:'lazy' 

 

Let me know, if that resolves your issue. Thanks.