diff --git a/jquery.lazyload.js b/jquery.lazyload.js index b519c1e4..e5f94625 100644 --- a/jquery.lazyload.js +++ b/jquery.lazyload.js @@ -145,7 +145,7 @@ } /* Force initial check if images should appear. */ - $(document).ready(function() { + $(window).load(function() { update(); });