function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
Sushanth Shetty 13Sushanth Shetty 13 

Iterate through images in zip file in lightning component

Hi Guys

I am trying to iterate through the images in a zip file which is stored as static resource in my org. Also I want to display these images in a scrolable tile/box in lightning component. Finally I want a way in which the end user can choose amoung these images by (Shift-Click).

Thanks
Best Answer chosen by Sushanth Shetty 13
MagulanDuraipandianMagulanDuraipandian
It is not possible. The images should be hosted some where and you should use the URLs. Or store the images in a custom object and try like - http://www.infallibletechie.com/2012/08/slide-show-in-salesforce.html
--
Magulan Duraipandian
www.infallibletechie.com

All Answers

MagulanDuraipandianMagulanDuraipandian
It is not possible. The images should be hosted some where and you should use the URLs. Or store the images in a custom object and try like - http://www.infallibletechie.com/2012/08/slide-show-in-salesforce.html
--
Magulan Duraipandian
www.infallibletechie.com
This was selected as the best answer
Sushanth Shetty 13Sushanth Shetty 13
Hi Magulan

Could you provide reference to some lightning examples where the similar functionality is implemented?

Thanks
Sushanth