How to Sync 2 Sliders

https://www.lean-business.ch/wp/team/
This is what my thumbnail slider looks like.

{
  "type":"slide",
  "focus":"left",
  "direction":"ltr",
  "keyboard":"global",
  "drag":false,
  "start":0,
  "perPage":"10",
  "perMove":1,
  "speed":400,
  "interval":3000,
  "autoHeight":false,
  "autoplay":false,
  "pauseOnHover":false,
  "pauseOnFocus":false,
  "arrows":false,
  "isNavigation": true,  
  "pagination":false
}

And this is my main-slider

{
  "type":"fade",
	"rewind":true,
  "pagination":false,
  "keyboard":"global",
  "height":"100vh"
}

I have no idea what exactly I need from it, I will remove or add that at a later date, but everything works with it.

1 Like