| fontFamily |
string, CSS property for default slide font (default ‘Trebuchet MS, Tahoma, Verdana, sans’) |
| fontSize |
string, CSS property for default slide font-size (default 19px) |
| color |
string, CSS property for default slide font color (default #ffffff) |
| direction |
string, ‘t’,’r’,’b’,’l’,’?’ default slide scroll from position (default ‘?’) |
| sizeToContent |
boolean, size the SlideShow container to the size of the slide (default false) |
| resizeContainer |
boolean, if sizeToContent is true, resize containing element, otherwise resize internal holder (default false) |
| textDirection |
string, ‘tl’,’tc’,tr’,’bl’,’bc’,’br’,’?’ - default position for text (default ‘?’) |
| textPadding |
integer, padding for text (default 3) |
| slideDuration |
integer, time in milliseconds to stay on slides (default 2000) |
| transitionDuration |
integer, time in milliseconds for transitions to last (default 3000) |
| transitionType |
string, an array of transition types or string single type of transition. Possible values ‘scroll’,’crossfade’,’burst’,’?’ (default ‘?’) |
| shadowOffset |
integer, if dropShadow, the top and left offset of the shadow (default 1) |
| textBg |
string/boolean, A CSS color value or boolean false to not show the background (default #000000) |
| textBgOpacity |
float, a value for opacity of textBg (default .4) |
| shadow |
boolean, flag to use dropShadow on text (default true) |
| slideTransition |
function, default transition for slides (default Fx.Transitions.Expo.easeOut) |
| textTransition |
function, default transition for text (default Fx.Transitions.Bounce.easeOut) |
| lazyLoad |
boolean, flag to load images as needed (default true) |