twobin / react-lazyload

Lazy load your component, image or anything matters the performance.
MIT License
5.85k stars 487 forks source link

Test horizontal #363

Open lamsh94 opened 2 years ago

lamsh94 commented 2 years ago

Hi, I saw the document have support horizontal lazyload (https://github.com/twobin/react-lazyload#offset). I'm tried to apply lazy load to horizontal scroll but it doesn't seem to work.

Could you describe more specifically how to use horizontal lazy load?

Thank you.