Closed
Description
Currently, react-lazy-load-image-component
only works with the body scroll. This issue is about adding support for overflow: scroll
and similar container elements.
A <LazyLoadImage>
or <LazyLoadComponent>
inside a scrollable container element should only be loaded when the element becomes visible to the user and remain unloaded until then,