var fLazyStart = function () { $(".lazy-image-wrapper img").lazyload({ effect : "fadeIn", threshold : 50 }); }; $(function() { fLazyStart(); });