Open gt06 opened 7 years ago
Can you recreate in a reduced test case on either codepen or jsfiddle?
Hello,
I have created codepen for that.
https://codepen.io/gt06/pen/YxGrWR
You can see that bugs in my codepen. When you click on Prev and Next button, you get the gap in thumbnail slider. Also i do not want to scroll the images which are present in .slider-nav slider.
+1 , the same issue with vertical thumbnails.
Here are the tests https://jsfiddle.net/lyolkinn/ppyprhrc/
+1
Appearing gap after the last slide, and when we overcome the last slide, suddenly remaining slides appearing
Below is the code for initialization of the main slider and left thumbnail slider. jQuery('.slider-for').slick({ dots: false, infinite: true, slidesToShow: 2, slidesToScroll: 1, asNavFor: '.slider-nav', autoPlay: true }); jQuery('.slider-nav').slick({ asNavFor: '.slider-for', dots: false, focusOnSelect: true, arrows: false, vertical: true, slidesPerRow: 1, placeholders: false });
I have uploaded above gif with the issue.
What is the expected behavior?
====================================================================
What is observed behaviour?
====================================================================
More Details