diff --git a/CHANGELOG.md b/CHANGELOG.md index e1afefb..d22ce95 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,10 @@ ## Version 17 +#### 17.8.3 + +- Fixed `callback_error` in background images demos, like suggested in #573. Thanks to @Soul244. + #### 17.8.2 - Fixed a bug which occurred if the network connection went off and on again after a LazyLoad instance was destroyed diff --git a/README.md b/README.md index fed3d4a..b9b651b 100644 --- a/README.md +++ b/README.md @@ -175,7 +175,7 @@ Please note that the video poster can be lazily loaded too. ## 👩‍💻 Getting started - Script -The latest, recommended version of LazyLoad is **17.8.2**. +The latest, recommended version of LazyLoad is **17.8.3**. Quickly understand how to upgrade from a previous version reading the [practical upgrade guide](UPGRADE.md). @@ -184,7 +184,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 - + ``` Then, in your javascript code: @@ -225,7 +225,7 @@ Then include the script. ```html ``` @@ -259,7 +259,7 @@ Then include the script. ```html ``` diff --git a/demos/background_images.html b/demos/background_images.html index af6afcf..420d921 100644 --- a/demos/background_images.html +++ b/demos/background_images.html @@ -2,9 +2,7 @@ - - Background images - Lazyload demos - + Background images - Lazyload demos