Carousel allows a user to cycle through content panels. Slides of varying component type can be created.
Carousel with three image components as child items.
- jcr:primaryType: nt:unstructured
- jcr:createdBy: admin
- jcr:lastModifiedBy: admin
- jcr:created:
- autopauseDisabled: false
- delay: 5000
- jcr:lastModified:
- sling:resourceType: core/wcm/components/carousel/v1/carousel
- autoplay: true
- Title
Carousel with three teaser components as child items.
- jcr:primaryType: nt:unstructured
- jcr:createdBy: admin
- jcr:lastModifiedBy: admin
- jcr:created:
- autopauseDisabled: false
- delay: 5000
- jcr:lastModified:
- sling:resourceType: core/wcm/components/carousel/v1/carousel
- autoplay: false
- Teaser Title
- Teaser Title
- Teaser Title
Automatic transitioning of slides can be enabled. The delay before transitioning to the next slide is also configurable. Pause and play buttons are displayed which allow stopping / continuing slide rotation.
- jcr:primaryType: nt:unstructured
- jcr:createdBy: admin
- jcr:lastModifiedBy: admin
- jcr:created:
- autopauseDisabled: false
- delay: 5000
- jcr:lastModified:
- sling:resourceType: core/wcm/components/carousel/v1/carousel
- autoplay: true
The default behavior is to pause when hovering the carousel, and automatic transitioning is enabled. This can be disabled, which may be useful for certain use cases, such as a full screen carousel.
- jcr:primaryType: nt:unstructured
- jcr:createdBy: admin
- jcr:lastModifiedBy: admin
- jcr:created:
- autopauseDisabled: true
- delay: 5000
- jcr:lastModified:
- sling:resourceType: core/wcm/components/carousel/v1/carousel
- autoplay: true