The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.
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: