Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

I want to stop drag of thumbnail! #294

Open
edmitton opened this issue Aug 14, 2019 · 1 comment
Open

I want to stop drag of thumbnail! #294

edmitton opened this issue Aug 14, 2019 · 1 comment

Comments

@edmitton
Copy link

Hi. I wanna stop drag of thumbnail.
I tried

thumbnailTouchSwipe: false

But did'n work slide navigation.
What should I do?

Please...

@davidghi
Copy link
Member

davidghi commented Sep 4, 2019

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

@davidghi davidghi reopened this Jul 22, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants