Expand my Community achievements bar.

Carousel Component

Avatar

Level 1

Can someone tell me how to use the carousel component in libs/foundation? It allows a user to select fixed list of pages. Then how do I render images from these pages? I know if older version, the page property has an image tab to store the carousel image. Now in Touch UI, image tab is replaced by Thumbnail and Thumbnail does not serve the purpose.

2 Replies

Avatar

Level 10

One of the reasons why ppl develop their own custom one -- See Adobe Experience Manager Help | Adding a Custom Carousel Component to the Experience Manager Toy Sit...

This is the Power of AEM - if a component does not behave the way you need it to - you can write a custom component. This one is added to the AEM sample Toy Store site. This custom one uses a JQuery plug-in and renders images nicely within an AEM page:

carousel.png

Avatar

Level 10

YOu can also create a custom Carousel component by using Bootstrap. See - this one --

Bootstrap Carousel

You have different options to render images in an AEM Carousel component!