Image lazy load Just with HTML
Marouane Etaraz

Marouane Etaraz @napster

About: Web Developer

Joined:
Aug 21, 2021

Image lazy load Just with HTML

Publish Date: Nov 13 '21
7 1

What's new ?

New attribute added to img tag that allow lazy loading when its needed.
Just do the following:
<img src="image.png" loading="lazy" />
That it ! 💁 Now let the browser do the work for you 👍.

Note: safari not included

I hope that was useful for all of you 💪

Comments 1 total

  • Leroy
    LeroyNov 14, 2021

    This only works on chrome, can't really use it for clients

Add comment