Карусель совы создает пустое пространство, подобное шатру.
$(".owl-carousel").owlCarousel({
autoPlay: 3000,
items : 1, // THIS IS IMPORTANT
responsive : {[enter image description here][1]
480: { items: 1 }, // from zero to 480 screen width 4 items
768: { items: 2 }, // from 480 screen width to 768 6 items
1000: { items: 3 }, // from 480 screen width to 768 6 items
2000: { items: 4 } // from 768 screen width to 1024 8 items
},
});
Я хочу, чтобы это выглядело так:
![enter image description here](https://i.stack.imgur.com/1MCIY.jpg)