Blog
2 weeks ago
How to Implement Lazy Loading Images and Videos in JavaScript
Lazy loading is a web optimization technique that delays the loading of non-critical resources until they are actually needed. Instead of loading all images and videos at once during the initial page load, lazy loading only fetches them when they appear in (or near) the user’s viewport.
Source: HackerNoon →