Open edmitton opened 5 years ago
Hi. Sorry for the late reply! That is a bug and I will try to implement a fix. For now you can use this code:
jQuery( '.slider-pro' ).data('sliderPro')._onThumbnailTouchMove = function() {
return;
}
You also need to leave the thumbnailTouchSwipe
option enabled.
Best, David
Hi. I wanna stop drag of thumbnail. I tried
But did'n work slide navigation. What should I do?
Please...