1

I have been playing with the api of jssor for a little while now and there is a setup that I can't manage to reproduce.

I am trying to use a nested slider (http://www.jssor.com/demos/nested-slider.html)

but display the thumbnails for the set of slides that is being displayed. After looking at the api code, the library doesn't seem to allow multiple thumbnail navigator on the same slide container (apparently the slides set selectors in the nested sliders counts as a thumbnail navigator).

I have tried setting thumbnail navigators with unique id for each of the sub sliders containers but that gave me weird results.

Basically, I would like to merge the nested slider and this one http://www.jssor.com/demos/image-gallery-with-vertical-thumbnail.html so that the vertical thumbnail navigator shows me the current set of slides.

Is it possible to do that?

Thanks!!

4

1 に答える 1

0

以下の手順に従ってください。

  1. サムネイル付きのメインスライダーを作る
  2. サムネイルで子スライダーを作る
  3. 各子スライダーをメイン スライダーの各スライドに配置します。

ところで、メイン スライダーのサムネイル スキンと子スライダーのサムネイル スキンを教えてください。デモを作成します。


デモhttp://www.jssor.com/testcase/nested-slider-with-thumbnail.source.htmlをチェックしてください

于 2014-06-11T06:41:01.203 に答える