Instructs the browser to wait until the user scrolls near the image to download it, further boosting initial page load performance.

The snippet demonstrates three critical attributes of the element:

While the HTML attributes set a base size, modern CSS (like max-width: 100%; height: auto; ) is usually added to ensure the image shrinks gracefully on mobile screens.