You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I config my slides like <vueper-slides :infinite="false" :dragging-distance="70" :disable-arrows-on-edges="true">
It's good but I think vueper-slides has option to prevent drag to right on first slide and drag to left on last slide thanks.
This is my example https://codepen.io/iforcode/pen/RwVKqgZ
And when I drag to right on first slide, it still dragging and you will see a large white space, how to prevent that thank.
The text was updated successfully, but these errors were encountered:
I config my slides like
<vueper-slides :infinite="false" :dragging-distance="70" :disable-arrows-on-edges="true">
It's good but I think
vueper-slides
has option to prevent drag to right on first slide and drag to left on last slide thanks.This is my example https://codepen.io/iforcode/pen/RwVKqgZ
And when I drag to right on first slide, it still dragging and you will see a large white space, how to prevent that thank.
The text was updated successfully, but these errors were encountered: