1
HTML/CSSAdvanced#css#layout
The loading='lazy' attribute on <img> defers loading offscreen images until the user scrolls near them, improving initial page load performance without any JavaScript library.
<img src="large-photo.jpg" loading="lazy" alt="Product photo">