-
Notifications
You must be signed in to change notification settings - Fork 113
Open
Labels
enhancementNew feature or requestNew feature or request
Description
Is your feature request related to a problem? Please describe.
I have a page with potentially 1,000 images on it. I'm worried about memory load on the browser as the user scrolls down the page. Lazily loading in will help to start with, but only if the images get unloaded when they scroll out of the viewport again.
Describe the solution you'd like
I'd like to be able to configure a LazyLoadImage to be unloaded when out of the viewport.
Describe alternatives you've considered
Pagination.
Additional context
N/A
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request