Normal lazy load plug in..
$(function() {
$("img").lazyload({
placeholder : "img/grey.gif",
effect : "fadeIn"
});
});
Can i control the speed of the fadeIn aspect say 0.9 or 1 seconds..?
That possible..?
Many thanks for any help :)