Reply To: Owl Carousel

#10044853
Support
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).