I'm working with the Owl Carousel v2.2.1 and need to display 3 images at a time. This is already possible using pagination, but I need the same event to be done using the arrows. Every time you click the arrow you should change the page (the next 3 images will appear).
I tried to use the option sliderBy
and also scrollPerPage: true
, but it did not work, just loop with the next image.
Could someone help?