diff options
Diffstat (limited to 'data/js/script.js')
-rw-r--r-- | data/js/script.js | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/data/js/script.js b/data/js/script.js index 57a2b6021..ee8ba9e3c 100644 --- a/data/js/script.js +++ b/data/js/script.js @@ -264,5 +264,8 @@ function fixedEncodeURIComponent (str) { } setup_colorbox(); } + if ($("img.lazyload").length) { + $("img.lazyload").show().lazyload({treshold: 200}); + } }); })(jQuery); |