scaleflex / js-cloudimage-360-view

Engage your customers with a stunning 360 view of your products. Any questions or issues, please report to https://github.com/scaleflex/js-cloudimage-360-view/issues
Other
2.02k stars 232 forks source link

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

Open dotnetwise opened 1 year ago

dotnetwise commented 1 year ago

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 commented 1 year ago

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