Lazy loading hidden images:
https://cloudfour.com/thinks/lazy-loading-hidden-images/
Images in menus or carousels etc that's technically above the fold, but not visible, all you need is add loading="lazy" and browser will defer downloading the image.
No longer need a #JavaScript solution for those use cases
#CSS #webdev
https://cloudfour.com/thinks/lazy-loading-hidden-images/
Images in menus or carousels etc that's technically above the fold, but not visible, all you need is add loading="lazy" and browser will defer downloading the image.
No longer need a #JavaScript solution for those use cases
#CSS #webdev
Comments