You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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,
The text was updated successfully, but these errors were encountered:
Currently,
react-lazy-load-image-component
only works with the body scroll. This issue is about adding support foroverflow: 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,The text was updated successfully, but these errors were encountered: