img lazy loading in html -> Lazy loading images in HTML

This commit is contained in:
Marco D'Agostini 2020-08-04 12:46:14 -05:00
parent e1c4383801
commit 10911a499e

View File

@ -1,4 +1,4 @@
# img lazy loading in html # Lazy loading images in HTML
To implement [[Lazy Loading]] to an `<img ... >` tag, add the attrbitue `loading=lazy` To implement [[Lazy Loading]] to an `<img ... >` tag, add the attrbitue `loading=lazy`