Replies: 1 comment
-
Hi, So, you are looking for auto-start the slideshow? It is possible, like this: Fancybox.bind('[data-fancybox="gallery"]', {
slideshow: {
autoStart: true
}
}); |
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
Uh oh!
There was an error while loading. Please reload this page.
-
Hi, thank you for FancyBox 4, I love it.
Is it possible to 'play' a gallery slideshow using the API?
What I'd like to do is have a button next to the gallery that says 'Play slideshow'.
This would open the gallery and start the slideshow action.
Is this possible? I'm not sure, looking in the API
I can get this far:
Beta Was this translation helpful? Give feedback.
All reactions