A slideshow component for cycling through elements—images or slides of text—like a carousel.
Carousel works with a series of images, text, or custom markup. It also includes support for previous/next controls and indicators.
Swiper is the most modern free mobile touch slider with hardware accelerated transitions and amazing native behavior. It is intended to be used in mobile websites, mobile web apps, and mobile native/hybrid apps.
Responsive option can be used for setting breakpoints and additional options within. Try changing your browser width to see.
Works well with odd and even items on screen. Keep in mind that dots don't work here like a pagination.
To enable use autoHeight= {true}
. At the moment works only with 1 item on screen. The plan is to calculate all visible items and change height according to heighest item.