why img loading="lazy" load images on slow connection code example
Example: html lazy loading images
<img loading="lazy" src="https://via.placeholder.com/320x200" alt="Lazy loaded image" />
<img loading="lazy" src="https://via.placeholder.com/320x200" alt="Lazy loaded image" />