Skip to content

RTL support / disable swiping & dragging / async loading #163

Answered by fancyapps
wisniowski asked this question in Q&A
Discussion options

You must be logged in to vote

Hi,

Sorry, RTL support is on the TODO list.

To disable vertical dragging, set dragToClose: false.

To disable touch events for main Carousel:

Carousel : {
    Panzoom: {
      touch: false
    }
}

To disable dragging/panning of the image:

Image: {
  touch: false
}

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@wisniowski
Comment options

Answer selected by wisniowski
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants