Replies: 1 comment 2 replies
|
Hi, Here is an example of how to disable thumbnails (which is a Carousel plugin): Fancybox.bind("[data-fancybox]", {
Carousel: {
Thumbs: false,
},
}); |
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
How to hide thumbnails in Fancybox v6
All reactions