lazyload attribute | lazyload property
Lowers the loading priority of a resource.
Syntax
HTML | <element lazyload="p" ... > |
---|---|
JavaScript |
|
Property values
Type: Integer
- 0
-
Default. The resource loads at its default priority.
- 1
-
The resource loads after higher priority resources (if any).
Examples
<img src="example.jpg" lazyload="1" />
See also
Show: