Ordinary image below the fold
<img src="/images/product.jpg"
width="800" height="600"
loading="lazy"
decoding="async"
alt="Image description">The easiest route is to send the task to your developer or CMS support team. Explicitly ask them not to lazy-load the LCP image, logo or anything visible immediately after opening the page.

Configure lazy loading for images below the first screen.
Do not defer the LCP image, logo or immediately visible images.
Create a backup before making changes.
Test on desktop and mobile, without cache, on a slow connection
and after scrolling through the complete page.
Report the number of changed images and templates.loading="lazy".loading="lazy" to ordinary offscreen img elements.<img src="/images/product.jpg"
width="800" height="600"
loading="lazy"
decoding="async"
alt="Image description"><img src="/images/hero.jpg"
width="1200" height="800"
loading="eager"
fetchpriority="high"
alt="Main image">Older data-src solutions require JavaScript and a fallback. Native loading is simpler and safer when the website and target browsers support it.
src or provide a correct fallback.Compression, formats, resizing, srcset, alt text and CLS repair are separate services.