Skip to content
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

Fix: Bootstrap ^5.2.0 autoplaying issue #70

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

SpiZeak
Copy link

@SpiZeak SpiZeak commented Sep 21, 2023

If you compare the Bootstrap carousel docs between version 5.0 and 5.3 you will see that the option "interval" can't be false to disable autoplay anymore. This pull request fixes this issue by removing data-bs-ride="carousel" from the HTML and data-bs-interval which could be defined in options instead.

Fixes: #62

@kjroelke
Copy link

@SpiZeak thanks for this fix! @trvswgnr can we get a merge soon?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Image Gallery Issues with Bootstrap 5.2.3 and up
2 participants