This commit is contained in:
2025-12-26 22:35:18 +08:00
commit 9cf62f793b
4263 changed files with 728989 additions and 0 deletions

View 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,
},
},
});
});