Extend AEM Core Carousel Component | Community
Skip to main content
rahuls80678827
Level 3
January 28, 2020
Question

Extend AEM Core Carousel Component

  • January 28, 2020
  • 1 reply
  • 3211 views

I am working on a business requirement to show 3 images per slide using Core Carousel Component.
I have extended Core Carousel component to achieve this but I am stucked now with the Panel Implementation.

 

For ex:

If I have 5 images and click on 2nd image from the panel then it should go to 2nd image but currently it goes to 2nd slide (instead of 2nd image)


Has anyone tried to achieve this? Any help would be really appreciated.

 

Thanks
 

 

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.

1 reply

Level 3
January 29, 2020

Just curious, but have you considered having a 'Container' component be the 'Slide', and then you can place 3 Image components within each slides' container? That way you would only have 2 panels, but would still be able to manage/configure the images individually.

rahuls80678827
Level 3
January 30, 2020
I have added cq:isContainer="{Boolean}true" in the Carousel's content.xml for carousel component to behave like a container.