toddmotto / echo

Lazy-loading images with data-* attributes

Home Page:http://toddmotto.com/labs/echo

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

After calling render() echo fails to auto-lazyload new visible images

twanlass opened this issue · comments

It seems that after calling render() scrolling no longer triggers new lazyloads to happen. Note: this is being used w/ a grid layout (that can be filtered) but that is also long and is scrolled.

I think I'm seeing the same thing. Maybe I'm using it wrong, but I end up having to call .init(), not .rend(), after I filter and re-display all the images.