v5.3.0
This adds a new attribute: loading
. The loading
attribute is eager
by default but can be set to lazy
which will defer loading of the fragment until it is visible in the viewport. This is similar to <img loading=lazy>
.
This adds a new attribute: loading
. The loading
attribute is eager
by default but can be set to lazy
which will defer loading of the fragment until it is visible in the viewport. This is similar to <img loading=lazy>
.