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

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?

Hello @PoojaHiwade :waving_hand:

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.

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 -

loading:'lazy'

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