Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Placeholder+renderImage design for lots of images #63

Open
mingyuan-xia opened this issue Apr 12, 2019 · 1 comment
Open

Placeholder+renderImage design for lots of images #63

mingyuan-xia opened this issue Apr 12, 2019 · 1 comment

Comments

@mingyuan-xia
Copy link

Hi, nice work. Basically I am using the coverflow to show all images in a local folder (with Electron).
Sometimes I can get over 1k to 20k images, which eats a lot of memory because every one of them is rendered as an img and starts loading once the coverflow is created.
Since we have the nice displayQuantityOfSide property, is there a way to lazily call a method renderImage once an item should appear?

@asalem1
Copy link
Collaborator

asalem1 commented Apr 13, 2019

@mingyuan-xia that's a great question. I can see about creating a future iteration of that in the project as it sounds like something that could be useful and fun to implement

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants