【发布时间】:2014-09-03 02:40:29
【问题描述】:
我掌握了 ThumbnailNavigationOptions 的窍门。
我想要做的是让缩略图向右移动,就像他们在这个演示中所做的那样:
在我的页面上,一切看起来都正常,但缩略图没有移动:
我的所有代码都在 html 源代码中,但这里是我的 ThumbnailNavigatorOptions 脚本:
ThumbnailNavigatorOptions: {
$Class: $JssorThumbnailNavigator$,
$ChanceToShow: 2,
$Lanes: 1,
$Loop: 3, //[Optional] Enable loop(circular) of carousel or not, 0: stop, 1: loop, 2 rewind, default value is 1
$SpacingX: 3, //[Optional] Horizontal space between each thumbnail in pixel, default value is 0
$SpacingY: 3, //[Optional] Vertical space between each thumbnail in pixel, default value is 0
$DisplayPieces: 12, //[Optional] Number of pieces to display, default value is 1
$AutoCenter: 1
}
如果我的代码或解释中缺少任何内容,请追问。
【问题讨论】: