RTL support / disable swiping & dragging / async loading #163
Answered
by
fancyapps
wisniowski
asked this question in
Q&A
-
Hey guys, I owe the commercial license & I am so glad it works with pure JS instead of jQuery. Although, I have a few issues:
|
Beta Was this translation helpful? Give feedback.
Answered by
fancyapps
Nov 8, 2021
Replies: 1 comment 1 reply
-
Hi, Sorry, RTL support is on the TODO list. To disable vertical dragging, set To disable touch events for main Carousel: Carousel : {
Panzoom: {
touch: false
}
} To disable dragging/panning of the image: Image: {
touch: false
} |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
wisniowski
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi,
Sorry, RTL support is on the TODO list.
To disable vertical dragging, set
dragToClose: false
.To disable touch events for main Carousel:
To disable dragging/panning of the image: