Answer the question
In order to leave comments, you need to log in
One "owl-dots" for two carousels?
We need to implement a double horizontal owl carousel so that it can be controlled with owl-dots and owl-nav. First, I stupidly made two .owl-carousels, processed the events and now the owl-nav from the top carousel is spinning and the bottom carousel at the same time:
var owl = $('#ourChannelSec');
owl.owlCarousel();
$('#ourChannel .owl-nav .owl-next').click(function() {
owl.trigger('next.owl.carousel');
});
$('#ourChannel .owl-nav .owl-prev').click(function() {
owl.trigger('prev.owl.carousel');
});
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question