twobin / react-lazyload

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

"resize" and "overflow" won't work together #368

Open TanyaTPG opened 2 years ago

TanyaTPG commented 2 years ago

@ameerthehacker , could you please help me with one issue? I am using this package and images loading doesn't work on window resize event until I scroll the container Div.

Using this: <LazyLoad classNamePrefix={'lazyLoad'} once={true} overflow placeholder={} offset={100} resize={true}