Open dizel3d opened 6 years ago
Doesn't work well:
div { width: 0; height: 0; overflow: hidden; }
In the cases above LazyLoad shouldn't trigger loading, but it does.
LazyLoad
Using IntersectionObserver would be a solution.
IntersectionObserver
One more advice about IntersectionObserver https://github.com/loktar00/react-lazy-load/issues/123
Doesn't work well:
div { width: 0; height: 0; overflow: hidden; }
.In the cases above
LazyLoad
shouldn't trigger loading, but it does.Using
IntersectionObserver
would be a solution.