vue-carousel-3d
vue-carousel-3d copied to clipboard
In disable3d="true" mode first slide displaying in middle
Is it possible to start the first slide from the first position in disable3d mode?
Just use the one-directional
props.
<carousel-3d :one-directional="true">
...
</ carousel-3d>