This commit is contained in:
2026-02-23 15:57:03 +01:00
parent e901917065
commit f0ccc5353d
9 changed files with 237 additions and 3 deletions

View File

@@ -834,4 +834,22 @@ $(document).ready(function() {
dataLayer.push({'event': 'purchase'});
}
});
});
// Custom
$(document).ready(function() {
// Slidert
if ($('._partners-slider').length > 0) {
var swiper = new Swiper("._partners-slider", {
spaceBetween: 64,
slidesPerView: 4,
loop: true,
speed: 2000,
autoplay: {
delay: 4000,
disableOnInteraction: false,
},
});
}
});