You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
where the placeholder will be gaussian blurred and the main image beautifully transitioned in place when its download completes.
22
+
where the placeholder will be gaussian blurred and the main image beautifully transitioned in place
23
+
when its download completes.
23
24
24
-
The work of lazy-loading is deferred to browsers to handle natively via the `loading="lazy"` attribute. For browsers that don't support this (yet), images will load as normal (i.e. eagerly).
25
+
The work of lazy-loading is deferred to browsers to handle natively via the `loading="lazy"`
26
+
attribute. For browsers that don't support this (yet), images will load as normal (i.e. eagerly).
25
27
26
28
## Usage
27
29
@@ -61,13 +63,13 @@ Simply consume anywhere in your app:
0 commit comments