Type of transition between slides |
|
If true, clicking "Next" while on the last slide will transition to the first slide and vice-versa |
|
If true, "Prev" and "Next" controls will receive a class disabled when slide is the first or the last
Note: Only used when infiniteLoop: false |
|
Slide transition duration (in ms) |
|
The type of 'easing' to use during transitions. If using CSS transitions, include a value for the transition-timing-function property. If not using CSS transitions, you may include plugins/jquery.easing.1.3.js for many options.
See <a href='http://gsgd.co.uk/sandbox/jquery/easing/' target='_blank'>gsgd.co.uk/sandbox/jquery/easing/</a> for more info. options: if using CSS: 'linear', 'ease', 'ease-in', 'ease-out', 'ease-in-out', 'cubic-bezier(n,n,n,n)'. If not using CSS: 'swing', 'linear' |
|
Margin between each slide |
|
Starting slide index (zero-based) |
|
Start slider on a random slide |
|
Include image captions. Captions are derived from the image's title attribute |
|
Use slider in ticker mode (similar to a news ticker). Ticker-speed depends on transition duration. Set slider.speed to "slider.speed * number of pictures" |
|
Ticker will pause when mouse hovers over slider. Note: this functionality does NOT work if using CSS transitions! |
|
Dynamically adjust slider height based on each slide's height |
|
Slide height transition duration (in ms). Note: only used if adaptiveHeight: true |
|
If any slides contain video, set this to true. Also, include plugins/jquery.fitvids.js
See http://fitvidsjs.com/ for more info |
|
If true, CSS transitions will be used for horizontal and vertical slide animations (this uses native hardware acceleration). If false, jQuery animate() will be used. |
|
If 'all', preloads all images before starting the slider. If 'visible', preloads only images in the initially visible slides before starting the slider (tip: use 'visible' if all slides are identical dimensions) |
|
Enable or disable auto resize of the slider. Useful if you need to use fixed width sliders. |
|
If true, a pager will be added |
|
If 'full', a pager link will be generated for each slide. If 'short', a x / y pager will be used (ex. 1 / 5) |
|
If pagerType: 'short', pager will use this value as the separating character |
|
If true, "Next" / "Prev" controls will be added |
|
Text to be used for the "Next" control |
|
Text to be used for the "Prev" control |
|
If true, "Start" / "Stop" controls will be added |
|
Text to be used for the "Start" control |
|
Text to be used for the "Stop" control |
|
When slideshow is playing only "Stop" control is displayed and vice-versa |
|
Slides will automatically transition |
|
The amount of time (in ms) between each auto transition |
|
Auto show starts playing on load. If false, slideshow will start when the "Start" control is clicked |
|
The direction of auto show slide transitions |
|
Auto show will pause when mouse hovers over slider |
|
Time (in ms) auto show should wait before starting |
|
The minimum number of slides to be shown. Slides will be sized down if carousel becomes smaller than the original size. |
|
The maximum number of slides to be shown. Slides will be sized up if carousel becomes larger than the original size. |
|
The number of slides to move on transition. This value must be >= minSlides, and <= maxSlides. If zero (default), the number of fully-visible slides will be used. |
|
The width of each slide. This setting is required for all horizontal carousels! |
|
If true, slider will allow touch swipe transitions |
|
Amount of pixels a touch swipe needs to exceed in order to execute a slide transition. Note: only used if touchEnabled: true |
|
If true, non-fade slides follow the finger as it swipes |
|
If true, touch screen will not move along the x-axis as the finger swipes |
|
If true, touch screen will not move along the y-axis as the finger swipes |
|
Width of loaded images. Images will be downloaded in this size and up or downscaled by the browser. |
|