trvswgnr / bs5-lightbox

A pure JS lightbox gallery plugin for Bootstrap 5 based on the Modal and Carousel components
https://trvswgnr.github.io/bs5-lightbox/
MIT License
125 stars 28 forks source link

Fix: Bootstrap ^5.2.0 autoplaying issue #70

Open SpiZeak opened 10 months ago

SpiZeak commented 10 months ago

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: https://github.com/trvswgnr/bs5-lightbox/issues/62

kjroelke commented 6 months ago

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