Multi item carousel
Angular Bootstrap 5 Multi item carousel plugin
An advanced slideshow component for cycling through images with a selectable number of active items.
Responsive Multi item carousel built with the Bootstrap 5, Angular and Material Design. Many practical examples like lightbox integration, Vertical, autoplay, and many more.Note: Read the API tab to find all available options and advanced customization
Basic example
A basic example of a multi carousel with the most common use case with 3 active items (default version).
Vertical example
To enable vertical mode just add vertical
class to the wrapper element.
Lightbox integration
Set lightbox
input to enable lightbox.
To ensure the proper performance of the page, it is recommended to include thumbnails of images in the src
key. Then in the img
key add the path to the image with higher resolution. If the img
key is omitted, the lightbox will display the same image as in the reduced size.
Active items
Set a items
input to change the number of active images.
Breakpoint
To change breakpoint on small devices easily set breakpoint
value (default value is 992).
Autoplay
Set a interval
input to enable autoplay.