react-image-magnify icon indicating copy to clipboard operation
react-image-magnify copied to clipboard

Add browser level lazy loading?

Open buzzguy opened this issue 3 years ago • 0 comments

https://web.dev/browser-level-image-lazy-loading/

You can use the loading attribute to completely defer the loading of offscreen images that can be reached by scrolling:

<img src="image.png" loading="lazy" alt="…" width="200" height="200">

buzzguy avatar Oct 04 '22 00:10 buzzguy