Answer the question
In order to leave comments, you need to log in
Question about owl carousel?
Already searched everything, found nothing. Maybe I didn't search well.
I want to make several sliders through the owl carousel, but if I change
$(document).ready(function(){
$('.owl-carousel').owlCarousel({
items: 1,
loop: true,
autoplay: true,
autoplaySpeed: 2000,
autoplayTimeout: 5000,
});
});
$(document).ready(function(){
$('.my').owlCarousel({
items: 1,
loop: true,
autoplay: true,
autoplaySpeed: 2000,
autoplayTimeout: 5000,
});
});
$(document).ready(function(){
$('.owl-carousel').owlCarousel({
items: 1,
loop: true,
autoplay: true,
autoplaySpeed: 2000,
autoplayTimeout: 5000,
});
$('.owl-carousel:nth-child(3)').owlCarousel({
items: 4,
});
});
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