Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR HTML

How to lazily load images or load only when scrolled

<!-- Lazily load images or load only when scrolled to make website that have a lot of images load faster -->
<img src="pathtoimage.jpg" loading="lazy" />
Source by www.sitepoint.com #
 
PREVIOUS NEXT
Tagged: #How #lazily #load #images #load #scrolled
ADD COMMENT
Topic
Name
4+7 =