Skip to content

Instantly share code, notes, and snippets.

@regepan
Created March 3, 2019 15:07
Show Gist options
  • Save regepan/b95ad3fc702498f5911628d105aeceb9 to your computer and use it in GitHub Desktop.
Save regepan/b95ad3fc702498f5911628d105aeceb9 to your computer and use it in GitHub Desktop.

http://idangero.us/swiper/api/

allowTouchMove: false can disable flick on PC & mobile.

new Swiper($(this).find('.gallery-top').get(0), {
  allowTouchMove: false
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment