Quick description
Ensure images are natively lazy-loaded by browsers supporting the loading='lazy' img attribute.
Context
Image lazy-loading is a common performance improvement, especially for phones with low bandwidth. Of course performance is good for UX and also for SEO. But it used to be a challenging feature which needed powerful javascript libraries such as bLazy to alter the HTML when the user scrolled down.