You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I use the simple div-setup from the docs to generate a carousel in a page and use this code for carousel and fancybox. How can I get the custom svg code get used by the arrows in the carousel as well as in the lightbox carousel?
I use the simple div-setup from the docs to generate a carousel in a page and use this code for carousel and fancybox. How can I get the custom svg code get used by the arrows in the carousel as well as in the lightbox carousel?
`{# Carousel #}
const container = document.getElementById("myCarousel");
const options = {
infinite: true,
Navigation: {
nextTpl: '',
prevTpl: '',
},
};
new Carousel(container, options);
The text was updated successfully, but these errors were encountered: