Skip to content

Commit

Permalink
0.7.2
Browse files Browse the repository at this point in the history
  • Loading branch information
aFarkas committed Jan 10, 2015
1 parent 2d66ccc commit fa012aa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lazysizes.js
Original file line number Diff line number Diff line change
Expand Up @@ -382,7 +382,7 @@
}

var onload = function(){
inViewLow = Math.max( Math.min(lazySizesConfig.threshold || 150, 300), 40 );
inViewLow = Math.max( Math.min(lazySizesConfig.threshold || 150, 300), 9 );
inViewHigh = Math.min( inViewLow * 7, Math.max(innerHeight * 1.3, docElem.clientHeight * 1.3, inViewLow * 4) );
isWinloaded = /d$|^c/.test(document.readyState);
inViewThreshold = isWinloaded ? inViewHigh : inViewLow;
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.

0 comments on commit fa012aa

Please sign in to comment.