Answer the question
In order to leave comments, you need to log in
Why don't I get dots in Owl Carousel?
I have an Owl Carousel slider with pictures, this is how I declared it:
$(document).ready(function() {
let owl = $('.owl-carousel');
owl.owlCarousel({
items: 1,
loop: false,
margin: 10,
dots: true,
autoWidth: true
});
$('#left').click(function() {
owl.trigger('prev.owl.carousel');
});
$('#right').click(function() {
owl.trigger('next.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