lazy load native code example
Example 1: lazy loading attribute
<img src="image.jpg" alt="..." loading="lazy">
Example 2: html lazy load images
<img src="image.png" loading="lazy" alt="…" style="height:200px; width:200px;">
<img src="image.jpg" alt="..." loading="lazy">
<img src="image.png" loading="lazy" alt="…" style="height:200px; width:200px;">