I have a requirement to add multiple image (drag and drop) for a component.As of now am extending the image component.Is there any OOTB component available ? .Please provide me a solution to achieve the functionality.
Solved! Go to Solution.
Views
Replies
Total Likes
Views
Replies
Total Likes
Views
Replies
Total Likes
There is no out of the box that let you drop multiple images and display them in a gallery. The image component with AEM handles 1 image - and it displays the image in a static manner.
To work with a gallery component - you will need to write a custom component. You can look into using JQuery plug-ins such as the Thumbnails Navigation Gallery with jQuery plugin.
Here is a article that shows writing a custom gallary component using the above plug-in as an example:
https://helpx.adobe.com/experience-manager/using/creating-gallery-components.html
(in this example - the DAM images are referenced - it does not use drag and drop)
Views
Replies
Total Likes
Thanks Praveen :).Blog which you have shared is very helpful to achieve my requirement.
Regards.
Sambasivaraja
Views
Replies
Total Likes
Views
Likes
Replies