Image Carousel
Showcase images in a beautiful layout.




Carousel - Autoplay
Pagination style: bullets
Carousel - Autoplay
Pagination style: dynamic bullets
Continues Ticker
Using a bit of CSS code. Follow the steps to recreate.
Creating ticker with Image Carousel
Requires: PowerPack v2.40.2
- Set the Autoplay delay to 0
- Set the Transition speed to 8000 (you can adjust it based on the requirement)
- Add the CSS code below to Image Carousel module's Advanced settings > CSS:
.swiper-wrapper { -webkit-transition-timing-function: linear; -moz-transition-timing-function: linear; transition-timing-function: linear; }