the code is
{{
‘//cdnjs.cloudflare.com/ajax/libs/jquery.lazyload/1.9.1/jquery.lazyload.min.js’
| script_tag }}
Please let me know if i need to make any changes and or if this is correct!
Thanks!
A user implemented lazy loading code on their Shopify website using the jQuery LazyLoad library from a CDN (cdnjs.cloudflare.com). They’re seeking validation on whether their implementation is correct and if any modifications are needed.
Code shared:
Follow-up question:
The user asks about the difference between their implementation and another approach (though the comparison code isn’t clearly specified in the reversed text).
Status: The discussion appears to be seeking technical feedback on code correctness and best practices for lazy loading implementation. No responses or resolutions are visible yet.
the code is
{{
‘//cdnjs.cloudflare.com/ajax/libs/jquery.lazyload/1.9.1/jquery.lazyload.min.js’
| script_tag }}
Please let me know if i need to make any changes and or if this is correct!
Thanks!
thanks!
what is the difference between mine and this one?