RobinCK / vue-gallery

:camera: Responsive and customizable image and video gallery, carousel and lightbox, optimized for both mobile and desktop web browsers. 🇺🇦
https://robinck.github.io/vue-gallery/
MIT License
470 stars 85 forks source link

How to make infinite gallery? #127

Closed vavan19 closed 4 years ago

vavan19 commented 4 years ago

When I scroll the images to the right I want to loop through the images endlessly. Like after the last one goes the first one and the loop starts again. Is it possible to achieve with options setup? Or any other way?

RobinCK commented 4 years ago

please see https://github.com/RobinCK/vue-gallery#props and https://github.com/blueimp/Gallery#options

vavan19 commented 4 years ago

@RobinCK please advice which one refers to "infinite" property. I have not found anything that referts to it by myself. Great thanks for you help!!!

RobinCK commented 4 years ago
// Allow continuous navigation, moving from last to first
// and from first to last slide:
continuous: true,