TIF_E41200642/public/dist/js/dashboard3.js

27 lines
459 B
JavaScript

$(function () {
//
// Carousel
//
$(".collectibles-carousel").owlCarousel({
loop: true,
margin: 30,
mouseDrag: true,
autoplay: true,
autoplayTimeout: 4000,
autoplaySpeed: 2000,
nav: false,
dots: false,
rtl: true,
responsive: {
0: {
items: 1,
},
576: {
items: 2,
},
768: {
items: 3,
},
},
});
});