-
-
Notifications
You must be signed in to change notification settings - Fork 677
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
8 changed files
with
415 additions
and
514 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -176,7 +176,7 @@ Please note that the video poster can be lazily loaded too. | |
|
||
## 👩💻 Getting started - Script | ||
|
||
The latest, recommended version of LazyLoad is **19.1.1**. | ||
The latest, recommended version of LazyLoad is **19.1.2**. | ||
Note that if you need to support Internet Explorer 11, you need to use version 17.9.0 or below. | ||
|
||
Quickly understand how to upgrade from a previous version reading the [practical upgrade guide](UPGRADE.md). | ||
|
@@ -186,7 +186,7 @@ Quickly understand how to upgrade from a previous version reading the [practical | |
The easiest way to use LazyLoad is to include the script from a CDN. | ||
|
||
```html | ||
<script src="https://cdn.jsdelivr.net/npm/[email protected].1/dist/lazyload.min.js"></script> | ||
<script src="https://cdn.jsdelivr.net/npm/[email protected].2/dist/lazyload.min.js"></script> | ||
``` | ||
|
||
OR, if you prefer to import it as an ES module: | ||
|
@@ -237,7 +237,7 @@ Then include the script. | |
```html | ||
<script | ||
async | ||
src="https://cdn.jsdelivr.net/npm/[email protected].1/dist/lazyload.min.js" | ||
src="https://cdn.jsdelivr.net/npm/[email protected].2/dist/lazyload.min.js" | ||
></script> | ||
``` | ||
|
||
|
@@ -271,7 +271,7 @@ Then include the script. | |
```html | ||
<script | ||
async | ||
src="https://cdn.jsdelivr.net/npm/[email protected].1/dist/lazyload.min.js" | ||
src="https://cdn.jsdelivr.net/npm/[email protected].2/dist/lazyload.min.js" | ||
></script> | ||
``` | ||
|
||
|
Oops, something went wrong.