fancyapps / ui

A library of JavaScript UI components, includes the best lightbox - Fancybox5
https://fancyapps.com/
Other
820 stars 99 forks source link

Disable looping #536

Closed lozeone closed 1 year ago

lozeone commented 1 year ago

Is your feature request related to a problem? Please describe.

In previous versions of fancybox you could disable looping with loop: false but it doesn't seem to work anymore.

Describe the solution you'd like

Is there a setting that I'm overlooking?

Describe alternatives you've considered

No response

Additional context

No response

lozeone commented 1 year ago

Never mind, I figured it out. It's Carousel: { infinite: false } in case anyone else is having trouble figuring it out.