我使用了Jssor滑块,但是我在使用选项卡幻灯片上用于rtl tab方向的问题。 我想从右到左排列标签,幻灯片从右到左排列。
参见原始演示:
http://www.jssor.com/demos/tab-slider.html
非常感谢
答案 0 :(得分:0)
请将$ StartIndex设置为4(幻灯片的最后一个索引),并将$ AutoPlaySteps设置为-1。
var options = {
...
$StartIndex: 4, //if you have 5 slides, the last index is 4 then
$AutoPlaySteps: -1,
...
};