removing placeholder, bumping threshold to 300

This commit is contained in:
Travis Hegner
2015-06-29 14:40:29 -04:00
parent 9bc038f913
commit f3d670dba3
+4 -4
View File
@@ -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");
});
*/
});