diff --git a/html/js/lazyload.js b/html/js/lazyload.js index 5f2b4d432..8cbdb6e9e 100644 --- a/html/js/lazyload.js +++ b/html/js/lazyload.js @@ -1,5 +1,6 @@ $(document).ready(function(){ + /* $("img.lazy").lazyload({ effect: "fadeIn", threshold: 200 @@ -11,5 +12,5 @@ $(document).ready(function(){ threshold: 200 }).removeClass("lazy"); }); - +*/ }); \ No newline at end of file