C
C
Clutkaboltwm2020-03-20 13:58:04
Owl Carousel
Clutkaboltwm, 2020-03-20 13:58:04

Why are the settings not working?

Why don't the settings for the 2nd carousel work? On the 2nd carousel, the settings that are written in the first one work.

$('.owl-carousel').owlCarousel({
    smartSpeed:1000,
    autoplayTimeout:7000,
    autoplay:true,
    loop:true,
    margin:10,
    nav:false,
    responsive:{
        0:{
            items:1
        },
        600:{
            items:1
        },
        1000:{
            items:1
        }
    }
})



$('.gogog').owlCarousel({
    smartSpeed:0,
    autoplayTimeout:0,
    autoplay:false,
    loop:true,
    margin:10,
    nav:false,
    dots:false,
    responsive:{
        0:{
            items:1
        },
        600:{
            items:1
        },
        1000:{
            items:1
        }
    }
})

Tell me, please, what am I doing wrong?

Answer the question

In order to leave comments, you need to log in

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question