SSENSE / vue-carousel

A flexible, responsive, touch-friendly carousel for Vue.js
https://ssense.github.io/vue-carousel/
MIT License
1.72k stars 504 forks source link

loop #578

Open adibpwd opened 3 years ago

adibpwd commented 3 years ago

if it's a loop now, if it's the last one, it's back to the beginning, how about making a connection. So the first card is behind the last card, so if you slide it, it's like there's no end to the card

leonwens commented 2 years ago

agree!!!

nuradiba commented 2 years ago

Agree

honzabit commented 2 years ago

You can pass :loop="true" to the carousel component - it's probably undocumented, but it's there and it works.

josueayala27 commented 2 years ago

Hey @ianapiron is not working for me :loop="true"

      <carousel :per-page="1" :loop="true">
        <slide> Slide 1 Content </slide>
        <slide> Slide 2 Content </slide>
        <slide> Slide 2 Content </slide>
      </carousel>
kapalexis commented 2 years ago

loop true doesnt work for me neither

kargpfen commented 1 year ago

Agree