Browser-level image lazy loading for the web | Articles - web.dev
The loading attribute tells the browser whether to fetch an image immediately or wait. <img loading="lazy" src="https://livetv.wtvpc.c...
: Never lazy load images at the top of the page (like hero banners) to avoid harming your Largest Contentful Paint (LCP) score. Browser-level image lazy loading for the web |