Lazy load images using IntersectionObserver
Motivation
Loading images on the web has always been a hot topic. If a user doesn’t see all your images, it doesn’t make sense to send down the wire all those extra bytes. All the techniques used to lazy load images in the past have used a combinatio...
blog.adarshkonchady.com2 min read