Replies: 1 comment
-
Hi, Carousel is built around Panzoom, and this is how you set Panzoom options including const myCarousel = new Carousel(document.querySelector("#myCarousel"), {
slides: [
{ html: "1" },
{ html: "2" },
{ html: "3" },
{ html: "4" },
{ html: "5" },
],
Panzoom: {
draggableClass: false,
draggingClass: false,
},
}); |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello
Can you tell me how I can disable the is-draggable class for carousel ?
Thanks
Beta Was this translation helpful? Give feedback.
All reactions