| velocity | Velocity of animation | float | 1 | 0.0 to 2.0 |
| interval | Interval between transitions | integer | 2500 | integer |
| animation | Default animation | string | null or defined in <a> class | ... |
| numbers | Numbers display | boolean | true | true, false |
| navigation | Navigation display | boolean | false | true, false |
| label | Label display | boolean | true | true, false |
| easing_default | Easing default | string | null | ease type |
| thumbs | Navigation with thumbs | boolean | false | true, false |
| hide_tools | Hide numbers and navigation | boolean | false | true, false |
| fullscreen | Fullscreen mode | boolean | false | true, false |
| xml | Loading data from XML file | boolean | false | true, false |
| dots | Navigation with dots | boolean | false | true, false |
| show_randomly | Randomly sliders | boolean | false | true, false |
| onLoad | Callback | function | null | function |
| numbers_align | Alignment of numbers/dots/thumbs | string | left | center, left, right |
| preview | Preview with dots | boolean | false | true, false |
| focus | Focus slideshow | boolean | false | true, false |
| focus_position | Position of button focus slideshow | string | center | center, leftTop, rightTop, leftBottom, rightBottom |
| controls | Option play/pause manually | boolean | false | true, false |
| controls_position | Position of button controls | string | center | center, leftTop, rightTop, leftBottom, rightBottom |
| enable_navigation_keys | Enable navigation keys | boolean | false | true, false |
| with_animations | Specific animations to be used in random mode. | array | [] | ["paralell", "glassBlock", "swapBars"] |
| mouseOverButton | Function call to go over the navigation buttons | function | function() { $(this).stop().animate({opacity:0.5}, 200); } | function() { $(this).stop().animate({opacity:0.2}, 500); } |
| mouseOutButton | Function call to go out the navigation buttons | function | function() { $(this).stop().animate({opacity:0.5}, 200); } | function() { $(this).stop().animate({opacity:0.2}, 500); } |
| stop_over | Stop animation to move mouse over it. | boolean | true | true, false |
| auto_play | Sets whether the slideshow will start automatically | boolean | true | true, false |
| label_animation | Label animation type | string | slideUp | slideUp, left, right, fixed |
| imageSwitched | Function call to change image | function | null | function |
| progressbar | Displays progress bar | boolean | false | true, false |
| progressbar_css | CSS progress bar | boolean | false | true, false |
| theme | Slideshow theme | string | null | minimalist, round, clean, square |
| responsive | Responsive options | object | null | { responsive: { small: { animation: 'fade', max_width: 768, suffix: '-small' }, medium: { animation: 'directionRight', max_width: 1024, suffix: '-medium' } } } |