Hi, as you can see here i have carousel with 4 products https://ibb.co/5chxz2f
with following code "data-items-lg="3" only 3 should be displayed.
<div id="oc-products" class="owl-carousel products-carousel carousel-widget" data-pagi="false" data-items-xs="1" data-items-sm="2" data-items-md="3" data-items-lg="3">
Why is not working?
