Override the prev/next arrows html output #260
Answered
by
fancyapps
chrismagiera
asked this question in
Q&A
-
Hi, I couldn’t find any solution in the docs, so I’m asking here: Is it something in this direction?
|
Beta Was this translation helpful? Give feedback.
Answered by
fancyapps
Mar 9, 2022
Replies: 1 comment 1 reply
-
Hi, Object hierarchy is like this: Fancybox -> Carousel ->Navigation plugin. So, it would be like this: Fancybox.bind('[data-fancybox="gallery"]', {
Carousel : {
Navigation: {
prevTpl: '<',
nextTpl : '>',
}
}
}); |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
chrismagiera
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi,
Object hierarchy is like this: Fancybox -> Carousel ->Navigation plugin. So, it would be like this: