P
P
Peter Pitaev2017-07-26 11:11:31
JavaScript
Peter Pitaev, 2017-07-26 11:11:31

SlickSlide, merging navigation of two sliders?

Good day. There is a problem that I can not solve for 2 days, so I decided to ask for help.

There are two slickSlide sliders on the page , we need to merge the navigation between them. Scrolling through the first - scrolling through the second. And vice versa.

910f985e688140e285bc7d07c1758712.JPG

Answer the question

In order to leave comments, you need to log in

2 answer(s)
I
iBird Rose, 2017-07-26
@XXocTT

you need an event:

$('.your-element').on('beforeChange', function(event, slick, currentSlide, nextSlide){
  console.log(nextSlide);
});

and the slickGoTo function

D
Dmitry Khristoev, 2017-07-26
@Haoss

What's not to love about the parameters in the Slider Syncing block?

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question