Access a community of over 900,000 Shopify Merchants and Partners and engage in meaningful conversations with your peers.
Hi there,
i'm trying to implement lazyloading on my site.
I use debutify, that already contains lazyload library.
I have already implemented lazyload on product page (just added class lazyload and switch src to data-src), so I know that it works correctly on my site
But I faced a problem with Similar products section and product images on collection page. Both blocks belong to product-grid-item.liquid
So I made these fixes (red lines), but it doesnt work. Upper Img tag have already contained data-src property.