May 13, 2024 at 9:47 pm
#10044853
Keymaster
Hi, set the carousel with this code:
<div class="owl-carousel owl-theme stage-margin nav-style-1" data-plugin-options="{'responsive': {'0': {'items': 1}, '479': {'items': 1}, '768': {'items': 2}, '979': {'items': 3}, '1199': {'items': 3}}, 'margin': 20, 'loop': false, 'nav': true, 'dots': false, 'stagePadding': 40}">
So you can control how many items for each resolution. (Better for mobile).