Does the library support horizontal lazy load out of the box ?
Closed this issue · 6 comments
In the readme.md the props offset
says it supports horizontal lazyload and we can set it as an array. But in the source code, there is no method to judge the horizontal scroll visible? Is there is something wrong or am I missing something?
I'm building a horizontally scrollable image gallery, and I'm finding that the lazy loading does not work (all images get loaded at once, even ones that are fully off the screen). I will try using the preventLoading
prop, but it would be great if this "just worked" out of the box.
@chrisdopuch @Sara2009 #231 PR added it and it is already published
Amazing! Thanks @ameerthehacker , I guess the other ticket should get closed then. So happy to hear this! ❤️
Thanks, @chrisdopuch I have closed the ticket #56
I set offset but seem it does not work with horizontal list :'(