Images below the fold (the ones lower than window bottom) are not loaded. When scrolling down - they are loaded when needed. Shift-reload to test again. Compare this to page where plugin is - disabled. + they are loaded when needed. Images appear using fadeIn + effect. Shift-reload to test again. Compare this to page where plugin is + without effects.
+
+
+ $("img").lazyload({
+ placeholder : "img/grey.gif",
+ effect : "fadeIn"
+ });
+
+
diff --git a/enabled_gazillion.html b/enabled_gazillion.html index 279f38b0..944265a6 100644 --- a/enabled_gazillion.html +++ b/enabled_gazillion.html @@ -13,12 +13,14 @@ _uacct = "UA-190966-1"; urchinTracker(); - +