Expand my Community achievements bar.

SOLVED

Image Gallery Component

Avatar

Level 4

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.

1 Accepted Solution

Avatar

Correct answer by
Level 10
Please refer to the link for image gallery component. http://experience-aem.blogspot.in/2014/04/aem-cq-56-slide-show-component.html?m=1 Let me know if you need any help in using this.       

View solution in original post

3 Replies

Avatar

Correct answer by
Level 10
Please refer to the link for image gallery component. http://experience-aem.blogspot.in/2014/04/aem-cq-56-slide-show-component.html?m=1 Let me know if you need any help in using this.       

Avatar

Level 10

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)

Avatar

Level 4

Thanks Praveen :).Blog which you have shared is very helpful to achieve my requirement.

Regards.

Sambasivaraja