This update sets the loading
prop of the Image
component to "lazy"
by default instead of "auto"
. In this way, the Native Lazy Load will load images lazily unless you set that attribute to "eager"
or "auto"
explicitly in your code.
If Native Lazy Load is not active or supported the Image
component will continue to work as before.
Bug fixes
- components: set Image loading attribute to lazy by default (822b1e1)
Versions
- @frontity/components@1.1.10
- @frontity/html2react@1.1.10
- @frontity/mars-theme@1.1.10