$('.first-product-carousel').owlCarousel({ loop: true, margin: 10, items: 1, autoplay: true, autoplayTimeout: 10000, autoplayHoverPause: true, smartSpeed: 1300, // duration of change of 1 slide }) $('.second-product-carousel').owlCarousel({ loop: true, rtl: true, margin: 10, items: 1, autoplay: true, autoplayTimeout: 10000, autoplayHoverPause: true, smartSpeed: 1300, // duration of change of 1 slide }) /* $('.news-center-carousel').owlCarousel({ loop: true, margin: 90, dots: true, autoplay: true, autoplayTimeout: 5000, autoplayHoverPause: true, smartSpeed: 800, // duration of change of 1 slide responsiveClass: true, responsive: { 1: { items: 1 }, 768: { items: 2 }, 992: { items: 3 }, 1200: { items: 3 } } }) */ /* $('.contact-us-carousel').owlCarousel({ loop: true, margin: 50, dots: true, autoplay: true, autoplayTimeout: 5000, autoplayHoverPause: true, smartSpeed: 800, // duration of change of 1 slide responsiveClass: true, responsive: { 1: { items: 1 }, 768: { items: 1 }, 992: { items: 1 }, 1200: { items: 1 } } }) */