bbc / Imager.js

Responsive images while we wait for srcset to finish cooking
Apache License 2.0
3.84k stars 224 forks source link

Lazy loading does not load images when revealed by a resize #89

Closed paul-butcher closed 9 years ago

paul-butcher commented 10 years ago

To reproduce:

  1. Open the lazyloading demo: /demos/lazyload/index.html in a small window, showing just the text.
  2. Resize the window so that the first image would be visible

Nothing happens. Now scroll around, the images start loading as expected.

Witnessed in Chrome 33, Firefox 13, IE 9

thom4parisot commented 10 years ago

Thanks @paul-butcher, I'll give a go and see where it comes from.