Closed paolobenve closed 2 years ago
actually a work around could be $(window).scroll();
, but when/how should it be executed?
Lazy only listens to scroll event, not DOM changes. So the described behavior is correct. If you do any changes to the content use scroll()
as you wrote, or use lazy.update()
public function.
Reproduce in chrome:
$(".gps").hide();
: some previously non visible<img>
's are shown, but the image isn't show, the placeholder remains there