- galBorderWidth: 6, // 围绕主图像的边框的宽度
- thumbsTopMargin: 3, // 从主图像的缩略图和按钮的距离分开
- thumbsRightMargin: 3, // 每个略图方面的距离到下一个
- thumbsBorderWidth: 3, // 每个缩略图的边框宽度。请注意,在现实中的边界以上不在身边,
- buttonsWidth: 20, // 上一页/下一页按钮,命令的缩略图的宽度
- galBorderColor: "#ff0000", // 围绕主图像的边框的颜色
- thumbsBorderColor: "#d8d8d8", // 缩略图的边框颜色,但不是当前
- thumbsActiveBorderColor: "#ff0000", // 当前的缩略图的边框颜色
- buttonsTextColor: "#ff0000", //leftButtonInner/ rightButtonInner可选文本的颜色
- thumbsBorderOpacity: 1.0, // 可能是0,0.1至1.0
- thumbsActiveBorderOpacity: 1.0, // 可能是0,0.1至1.0
- easeTime: 750, // 所花费的时间幻灯片移动到它的位置
- asTimer: 4000, // 如果autoslide是真的,这是每个幻灯片之间的时间间隔
- thumbs: 5, // 可见缩略图的数量
- thumbsPercentReduction: 12, // 缩略图的percentual减少到原来的关系
- thumbsVis: true, // 此选项设置为false,整个UI(大拇指和按钮)是不可见的的
- leftButtonInner: "-", //可以形象“<img src='images/larw.gif'/>”或逃脱“&larr”字符
- rightButtonInner: "+", //可以是一个图像或一个转义字符“&rarr”
- autoslide: false, // 默认情况下,滑块不幻灯片自动。当设置为true,需要jquery.timers插件
- typo: false, // 每张幻灯片的排版信息。当设置为true,ALT标签内容显示
- typoFullOpacity: 0.9, // 排版信息的透明度。 1意味着完全可见。
- shuffle: false // <li>项目可以打乱(随机混合)时shuffle是真
- thumbsPercentReduction:12 //设置缩略图的宽度如12%
上方是其配置的各项说明
见代码分享下载源http://www.oschina.net/code/snippet_173923_5934