Replies: 1 comment 1 reply
-
Hi, Sure, it would be like this: Fancybox.bind("a[rel^=lightbox]", {
groupAll : true,
caption: function(fancybox, carousel, slide) {
return slide.$trigger.title || '';
}
}); |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Using fancybox4 would it be possible to use the title attribute as a caption?
Example here: https://jsfiddle.net/eh2q3zr0/
Beta Was this translation helpful? Give feedback.
All reactions