-
-
Notifications
You must be signed in to change notification settings - Fork 78.9k
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
Carousel stop sliding when reaching the last item. #3611
Comments
The carousel works as expected in the docs, so double check your code against that. I can already see that your example is missing a closing div tag at the end, so that might have something to do with it. |
THX, markdotto, but this is not my code problem. Deleting line 86 in bootstrap-carousel.js which is, if (!$next.length) return |
@pokonski My version is 2.0.1. All make sense ... |
Carousel does not start sliding to the first item when reaching the last one.
why? I just do as the carousel example did.
My Environment: Win7 + Chrome
Code:
The text was updated successfully, but these errors were encountered: