Slick Carousel
This module - is a wrapper around slick carousel js library that allows you easily create sliders in Magento 2 store.
There are two plugins available:
Type | Description |
---|---|
slick | Usefull for plain html sliders, eg. static content slider |
slickwrapper | Usefull to create a slider from dynamically generated items |
The only difference between these plugins - is that the slick
should be called
directly on a first-level parent element that wraps slide items, while
slickwrapper
could be added to any parent wrapper, that allows to use it with
dynamically generated content.
Screenshot example:
Contents
- Installation
- Changelog
- Usage
- Basic Usage (Static content carousel)
- Advanced Usage (Product listing carousel)
- Slick Carousel parameters
- Troubleshooting