56klab / qhtml5

Basic Joomla 3.10.x Template
1 stars 1 forks source link

Lazy loading #50

Open simbus82 opened 2 years ago

simbus82 commented 2 years ago
<img src="myimage.jpg" loading="lazy" alt="..." />
<iframe src="content.html" loading="lazy"></iframe>

https://github.com/ApoorvSaxena/lozad.js

https://www.sitepoint.com/how-to-build-your-own-progressive-image-loader/