jQuery LazyLoad doesn't load images in open page's visible part until I scroll page even on 1px.
When I scroll page all works right
Update:
CoffeScript
jQuery ->
$("img.lazy").show().lazyload()
$(window).resize()
But $(window).resize() helps only if i enter it from browser's console when page have loaded
resizehandlers forwindowwhen the page loads.$(window).resize()$(function() { $(window).scrollTop(0); });