Minimal Setup for Slider
{slider}
{img src="/image.jpg"}
{img src="/image.jpg"}
{img src="/image.jpg"}
{/slider}
Slider with some Options
{slider margin="30" nav="no" lg="4" md="3" sm="2" xs="1"}
{img src="/image.jpg"}
{img src="/image.jpg"}
{img src="/image.jpg"}
{/slider}
Parameter Name |
Description |
Possible values |
Default |
loop |
If no Value found the Carousel/Slider will be infinite |
no |
yes |
margin |
A Margin for each Item |
A Number |
0 |
nav |
If no Value found the Carousel/Slider will have Navigation Arrows |
no |
yes |
dots |
If no Value found the Carousel/Slider will have Navigation Dots |
no |
yes |
autoheight |
If no Value found the Carousel/Slider will take the highest Element, if a Value is found it will be resized for each Element |
yes |
no |
autoplay |
If no Value found the Carousel/Slider will Autoplay with 5000 ms Timeout |
no |
yes |
autoplayspeed |
If Autoplay is active you can define a Speed here for the Autoplay |
A Number |
5000 |
xs |
How many Items should be displayed from 0 - 768 Pixels Browser Width |
A Number |
1 |
sm |
How many Items should be displayed from 768 - 992 Pixels Browser Width |
A Number |
1 |
md |
How many Items should be displayed from 992 - 1.200 Pixels Browser Width |
A Number |
1 |
lg |
How many Items should be displayed from 1.200 and more Pixels Browser Width |
A Number |
1 |
class |
Add a optional Class to the Shortcode |
|
|
id |
Add a optional unique ID to the Shortcode |
|
|
style |
Add optional Style Attributes to the Shortcode |
|
|