Skip to content

Commit

Permalink
4.1.7
Browse files Browse the repository at this point in the history
  • Loading branch information
aFarkas committed Mar 20, 2019
1 parent 58219dc commit b4c5554
Show file tree
Hide file tree
Showing 26 changed files with 26 additions and 24 deletions.
1 change: 1 addition & 0 deletions lazysizes-umd.js
Original file line number Diff line number Diff line change
Expand Up @@ -519,6 +519,7 @@
removeClass(elem, lazySizesConfig.lazyClass);

rAF(function(){
// Part of this can be removed as soon as this fix is older: https://bugs.chromium.org/p/chromium/issues/detail?id=7731 (2015)
if( !firesLoad || (elem.complete && elem.naturalWidth > 1)){
switchLoadingClass(event);
elem._lazyCache = true;
Expand Down
2 changes: 1 addition & 1 deletion lazysizes-umd.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions lazysizes.js
Original file line number Diff line number Diff line change
Expand Up @@ -516,6 +516,7 @@
removeClass(elem, lazySizesConfig.lazyClass);

rAF(function(){
// Part of this can be removed as soon as this fix is older: https://bugs.chromium.org/p/chromium/issues/detail?id=7731 (2015)
if( !firesLoad || (elem.complete && elem.naturalWidth > 1)){
switchLoadingClass(event);
elem._lazyCache = true;
Expand Down
2 changes: 1 addition & 1 deletion lazysizes.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "lazysizes",
"version": "4.1.6",
"version": "4.1.7",
"filename": "lazysizes.min.js",
"license": "MIT",
"author": "Alexander Farkas <info@corrupt-system.de>",
Expand Down
2 changes: 1 addition & 1 deletion plugins/artdirect/ls.artdirect.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion plugins/aspectratio/ls.aspectratio.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit b4c5554

Please sign in to comment.