toddmotto / echo

Lazy-loading images with data-* attributes
http://toddmotto.com/labs/echo
3.72k stars 505 forks source link

resize event support #120

Open jihgao opened 6 years ago

jihgao commented 6 years ago

Currently, it does not support resize event which causes some of the images would not be loaded if the window size changed. Could someone look into it?

s0kil commented 6 years ago

@jihgao This library was created to be minimal, you could read more @ https://toddmotto.com/echo-js-simple-javascript-image-lazy-loading/

But echo does have a render function for cases like this. @ https://github.com/toddmotto/echo#render

Creating a performant onresize event. https://iamakulov.com/notes/resize-scroll https://codepen.io/bencentra/pen/PwapWX