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
@@ -205,7 +205,7 @@ var lazyLoadInstance = new LazyLoad({
205
205
});
206
206
```
207
207
208
-
To be sure that DOM for your lazy content is ready when you instantiate LazyLoad, **place the script tag right before the closing `</body>` tag**.
208
+
To be sure that DOM for your lazy content is ready when you instantiate LazyLoad, **place the script tag right before the closing `</body>` tag**.
209
209
210
210
If more DOM arrives later, e.g. via an AJAX call, you'll need to call `lazyLoadInstance.update();` to make LazyLoad check the DOM again.
211
211
@@ -605,8 +605,8 @@ Didn't find the [recipe](#-recipes) that exactly matches your case? We have demo
605
605
606
606
The [demos](https://github.com/verlok/vanilla-lazyload/tree/master/demos) folder contains 30+ use cases of vanilla-lazyload. You might find there what you're looking for.
| Content | Simple lazy loaded images, not using any placeholder |[Code](demos/image_basic.html)|[Live](https://verlok.github.io/vanilla-lazyload/demos/image_basic.html)|
611
611
| Content | Lazy images that use an inline SVG as a placeholder |[Code](demos/image_ph_inline.html)|[Live](https://verlok.github.io/vanilla-lazyload/demos/image_ph_inline.html)|
612
612
| Content | Lazy images that use an external SVG file as a placeholder |[Code](demos/image_ph_external.html)|[Live](https://verlok.github.io/vanilla-lazyload/demos/image_ph_external.html)|
@@ -781,23 +781,24 @@ A list of all vanilla-lazyload features, compared with other popular lazy loadin
0 commit comments