Skip to main content




Native browser-level lazy loading for iframes is here

The native lazy loading for landed images in Chrome 76 via loading attribute and then it came to Firefox. We are happy to share that
native lazy loading for iframes is now
standardized and it is also compatible with Chrome and Chromium browsers.

<iframe src="https://example.com"
loading="lazy"
width="600"
height="400">
</iframe>

Native iframe lazy loading defer loading iframes off-screen until the user scrolls close to them. This saves data, speeds up the loading of other parts of the page, and reduces memory usage.

Is manifestation from