Picture
Lazy render images with native image loading attribute (loading="lazy"). This improves performance by allowing browsers to lazily load images.
Image loading attribute
Delays loading the image until that section of the page is visible in the browser. When in doubt, lazy loading is recommended.
Force browsers to download an image as soon as possible. This is the browser default for legacy reasons. Only use this option when the image is always expected to render.
Select the loading attribute for images. Learn more about the loading attribute for images.