Slick Carousel
A slideshow component for cycling through elements—images or slides of text—like a carousel.
Slick carousel documentationHow to use?
Copy-paste the stylesheet <link>
into your <head>
to load the CSS.
Copy-paste the following <script>
s near the end of your pages under JS Implementing Plugins to enable them.
Copy-paste the following <script>
near the end of your pages under JS Front to enable it.
Copy-paste the init function under JS Plugins Init., before the closing </body>
tag, to enable it.
Arrows
.slick-arrow-centered-y
class provides vertical center alignment for arrow classes.
.slick-arrow
class provides primary air style icon buttons.
In addition, .slick-arrow-offset
class can be added to offset left and right arrows out of the container for only large and above devices.
.slick-arrow-primary
to apply primary style arrows.
.slick-arrow slick-arrow-soft-white
class provides white air style icon buttons.
Paginations
.slick-pagination
default style.
.slick-pagination-white
white style.
.slick-pagination-vertical
turned horizontally positioned style into vertically.
.slick-pagination-modern
is another pagination style that provides a modern look.
.slick-pagination-interactive
with avatars and names in it
.slick-pagination-line
with progress bar
Equal height
With the use of .slick-equal-height
class, turn your carousel contents into equal height blocks.
Others
There are a couple of other predefined classes to make carousel contents easy to control and decorate them with some stylish design.
Class | Description |
---|---|
|
Adds 4px spacing between slides. |
|
Adds 8px spacing between slides. |
|
Adds 15px spacing between slides. |
SCSS
SCSS-files of the component can be found here assets/scss/front/vendor/slick/
and her ../../assets/scss/front/slick/
Methods
Options can be passed via data attributes or JavaScript. For data attributes, append the option name to data-hs-slick-carousel-options='{}'
. For more detailed or missing attributes/functions, see the official documentation page.
Parameters | Description | Default value |
---|---|---|
|
Sets a delay for autoplaying a slayer | 600 |
|
If true , then is a preview for another carousel |
false |
|
If true , then generates additional markup simulating a progress circle |
false |
|
If true , the selector to which additional markup will be generated when isThumbsProgress is true |
null |
|
Color of the progress circle line | - |
|
Progress circle line width | - |
|
CSS appearing effect | null |
|
CSS disappearing effect | null |
|
Markup auxiliary icons for pagination bunkers | null |
|
If true , then adds the slide title inside the corresponding pagination dot |
null |
|
If true , then inserts additional markup <span class = "dots-helper"> </span> into the bunkers |
false |
|
If true , a slide counter appears |
null |
|
Divider, which separates the index of the current slide and the total number of slides if counterSelector is true |
"/" |
|
Class name for the element that displays the index of the current slide, if counterSelector is true |
- |
|
Class name for the element displaying the total number of slides if counterSelector is true |
- |
|
Class name for the separator if counterSelector is true |
- |