image picture tag lazy load code example
Example: html lazy load images
<img src="image.png" loading="lazy" alt="…" style="height:200px; width:200px;">
<img src="image.png" loading="lazy" alt="…" style="height:200px; width:200px;">