-
Notifications
You must be signed in to change notification settings - Fork 130
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Infinity Scrolling #98
Labels
Comments
Seems as if https://github.com/MurhafSousli/ngx-gallery/blob/master/demo/src/app/gallery/core/components/gallery.component.ts Doesnt include the config for looping |
Any update for this? |
The galleryRef.setConfig({ loop: true})
// or
GalleryModule.forRoot({ loop: true }) In version |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Is your feature request related to a problem? Please describe.
Is it possible to scroll infinitely with this plugin? I have loop=true set but it doesnt actually loop
Describe the solution you'd like
loop to loop infinitely
The text was updated successfully, but these errors were encountered: