Skip to main content
rahuls80678827
Level 3
January 28, 2020
질문

Extend AEM Core Carousel Component

  • January 28, 2020
  • 5 답변들
  • 3259 조회

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
 

 

이 주제는 답변이 닫혔습니다.

5 답변

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.