deving
This commit is contained in:
27
res/assets/js/dashboards/dashboard3.js
Normal file
27
res/assets/js/dashboards/dashboard3.js
Normal file
@@ -0,0 +1,27 @@
|
||||
document.addEventListener("DOMContentLoaded", 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,
|
||||
},
|
||||
},
|
||||
});
|
||||
});
|
||||
Reference in New Issue
Block a user