问题描述
有人可以告诉我如何使用简单的文字/图片链接来定位特定的幻灯片。
具体来说,我使用的是Jssor Slider Cluster http://www.jssor.com/demos/slider-cluster.html =nofollow> http://www.jssor.com/demos/slider-cluster.html )。 p>
目前,可以使用标准尺寸和/或相等间隔的子弹导航和箭头导航来导航幻灯片。
提前感谢。
有两种方法,
1。使用api调用来播放指定的幻灯片。
jssor_slider1 $ PlayTo(2)
//或
jssor_slider1。$ GoTo(2);
2。使用您自己的格式自定义缩图导航器。
请参阅包中的12个缩略图导航器外观。
请注意,您可以使用任何格式(HTML,文字,图片或组合)制作缩图。
Can anyone tell me how to target a particular slide using a simple text/image link?
Specifically, I am using the Jssor Slider Cluster (http://www.jssor.com/demos/slider-cluster.html).
Currently the slides can be navigated using Bullet Navigator and Arrow Navigator which are in standard dimension and/or spaced equally apart. I am attempting to create my own links which have different sizes/lengths.
Thank you in advance.
There are 2 ways,
1. use api call to play to specified slide.
jssor_slider1.$PlayTo(2);
//or
jssor_slider1.$GoTo(2);
2. customize thumbnail navigator with your own format.
Please see 12 thumbnail navigator skins in the package.Note that you can compose your thumbnail in any format (html, text, image or combination)
这篇关于Jssor滑块:如何定位特定幻灯片与文本/图像链接?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!