C
C
Clutkaboltwm2020-03-16 18:15:34
JavaScript
Clutkaboltwm, 2020-03-16 18:15:34

What should be written?

Installed autoplay on the carousel. Carousels on page 2

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

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

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