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 or same page with fadein effect.
$("img").lazyload({
placeholder : "img/grey.gif"
});





