21 lines
391 B
JavaScript
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
|
|
}
|
|
}
|
|
});
|