vitalii-andriiovskyi / ngx-owl-carousel-o

owl-carousel for Angular >=6
MIT License
177 stars 51 forks source link

scroll resets with set loop to false and 1.2 items to show #224

Open mohammadnt opened 2 years ago

mohammadnt commented 2 years ago

with this configuration scrolls reset to first item after second or third scroll

{ loop: false, center: false, responsive: { 0: { items: 1.2, nav: true, dots: true, margin: 20, } }, };