如何使用 Jssor Slider 插件创建 rtl 选项卡滑块
how to create rtl tab slider with Jssor Slider Plugin
我使用了 Jssor 滑块,但我的问题是它在使用选项卡幻灯片上的 rtl 选项卡方向。
我想从右到左排列选项卡,幻灯片放映从右到左开始。
查看原始演示:
http://www.jssor.com/demos/tab-slider.html
非常感谢
请将 $StartIndex 设置为 4(幻灯片的最后一个索引),并将 $AutoPlaySteps 设置为 -1。
var options = {
...
$StartIndex: 4, //if you have 5 slides, the last index is 4 then
$AutoPlaySteps: -1,
...
};
我使用了 Jssor 滑块,但我的问题是它在使用选项卡幻灯片上的 rtl 选项卡方向。 我想从右到左排列选项卡,幻灯片放映从右到左开始。
查看原始演示:
http://www.jssor.com/demos/tab-slider.html
非常感谢
请将 $StartIndex 设置为 4(幻灯片的最后一个索引),并将 $AutoPlaySteps 设置为 -1。
var options = {
...
$StartIndex: 4, //if you have 5 slides, the last index is 4 then
$AutoPlaySteps: -1,
...
};