Save
This commit is contained in:
@@ -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,
|
||||
},
|
||||
});
|
||||
}
|
||||
});
|
||||
Reference in New Issue
Block a user