From f3d670dba33b69bd441e2f48c74769ba10ec2218 Mon Sep 17 00:00:00 2001 From: Travis Hegner Date: Mon, 29 Jun 2015 14:40:29 -0400 Subject: [PATCH] removing placeholder, bumping threshold to 300 --- html/js/lazyload.js | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/html/js/lazyload.js b/html/js/lazyload.js index 8cbdb6e9e..9192d4783 100644 --- a/html/js/lazyload.js +++ b/html/js/lazyload.js @@ -1,16 +1,16 @@ $(document).ready(function(){ - /* $("img.lazy").lazyload({ effect: "fadeIn", - threshold: 200 + threshold: 300, + placeholder: "" }).removeClass("lazy"); $(document).ajaxStop(function() { $("img.lazy").lazyload({ effect: "fadeIn", - threshold: 200 + threshold: 300, + placeholder: "" }).removeClass("lazy"); }); -*/ }); \ No newline at end of file