Files
kupshop/web/templates/elnino/static/js/wpj.cart.alsobought.js
2025-08-02 16:30:27 +02:00

21 lines
391 B
JavaScript

$('.products-carousel-also-bought').owlCarousel({
dots: false,
nav: true,
navText: ['<span class="fc icons_caret-left"></span>', '<span class="fc icons_caret-right"></span>'],
margin: 20,
responsive: {
0: {
autoWidth: true
},
544: {
items: 2
},
768: {
items: 3
},
1260: {
items: 5
}
}
});