vue-carousel-3d icon indicating copy to clipboard operation
vue-carousel-3d copied to clipboard

In disable3d="true" mode first slide displaying in middle

Open Venkatram92 opened this issue 4 years ago • 1 comments

Is it possible to start the first slide from the first position in disable3d mode?

image

image

Venkatram92 avatar Sep 14 '20 13:09 Venkatram92

Just use the one-directional props.

<carousel-3d :one-directional="true">
...
</ carousel-3d>

b-jan avatar Feb 02 '21 23:02 b-jan