Open peterwesterlund opened 7 years ago
Is it possible to place a carousel inside a carousel?
I'm using like a master carousel for the whole page with different articles in every slide. And then in every article there is image galleries that I want to use the same functionality.
just add event.stopPropagation() into function swipeMove() {} in angular-carousel.js:436
event.stopPropagation()
function swipeMove() {}
demo: https://codepen.io/simply201051/pen/rYORVR
Is it possible to place a carousel inside a carousel?
I'm using like a master carousel for the whole page with different articles in every slide. And then in every article there is image galleries that I want to use the same functionality.