Simply use loading=βlazyβ
in img
tags to lazy load them.
<!-- Use the loading attribute on images to defer the loading of offscreen images -->
<img src="lazy-loading.jpg" loading="lazy" />
Copied to clipboard!
Please note that this feature is not widely supported, which means you need to provide fallback solutions. For the full list of supported browsers, check out the support table on caniuse.com.
If your browser does not support the loading
attribute, it will simply ignore it, so you don't have to worry about introducing bugs.


Resources:
Remove adsπ Get access to exclusive content
Want to get access to exclusive content? Support webtips with the price of a coffee to get access to tips, checklists, cheatsheets, and much more. β
Get access