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

Add an option to prevent original images to be downloaded again when first click on zoom #140

Open
dotnetwise opened this issue Dec 20, 2022 · 1 comment
Labels
enhancement New feature or request

Comments

@dotnetwise
Copy link

dotnetwise commented Dec 20, 2022

Currently it downloads all the images and then when you press click/tap to zoom it downloads the same items once again

Should be an option to specify the file format at multiple resolutions

{
 720: "image-720px-{index}.jpg", 
1080: "image-1080px-{index}.jpg", 
1920: "image-4k-{index}.jpg"
}

Also another parameter to control wether the original images (max resolution that is) are loaded from the first time and hence should not be loaded later again

@amrw-js amrw-js added the enhancement New feature or request label Dec 21, 2022
@amrw-js
Copy link
Collaborator

amrw-js commented Dec 21, 2022

hey @dotnetwise,
good enhancement, we added it to our roadmap

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

No branches or pull requests

2 participants