This is a (multiple allowed):
Used the demo HTML for Thumbnailslider. Removed centeredSlides, added slidesPerView1 to galleryslider, added slidesPerView2 to thumbnail slider.
Slide to clicked slide
Slides to wrong slide, cannot slide to slide 4, or does nothing.
This is because you have different amount of "snaps" on top and bottom sliders. It won't work in this case. Enable centered slides on bottom, or add there one more empty slide, or handle clicks manually
Can you give example?
Swiper slider with horizontal thumbnails centeredSlides:false
@soxepo example is given in codepen link
@biwerr I tell about working example! I have the same problem, with centeredSlides: true - all great, but when it false - have problems ...
@soxepo sorry, my fault.
My first workaround was to listen on 'click' event an call the slideTofunction on the other slideshow. But performance was not good.
At the moment i'm testing virtualTranslatewith manualy initiate css translate, to controll that the first slide and last slide is not centered.
@soxepo: working example, maybe it helps. https://codepen.io/anon/pen/VxpZbE
Thanks for the example @biwerr, works perfect!.
As you I was trying to get control over click and slideChange events and changing the centeredSlides parameter... and it was a nightmare for me!
If it helps... I have done a small modification to do not center the first thumb when you click on the main gallery control (I have commented the control assignment and move the galleries using a function).
Most helpful comment
Thanks for the example @biwerr, works perfect!.
As you I was trying to get control over click and slideChange events and changing the centeredSlides parameter... and it was a nightmare for me!
If it helps... I have done a small modification to do not center the first thumb when you click on the main gallery control (I have commented the control assignment and move the galleries using a function).
https://codepen.io/Abulidei/pen/MBwjLP