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
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…