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
133 stars 28 forks source link

Fix for lightbox slide issue on Bootstap 5.2. issue #21 #24

Closed TenkawaBC closed 2 years ago

TenkawaBC commented 2 years ago

Bootstrap 5.2 now needs a defined slide class to be added for the transition.

trvswgnr commented 2 years ago

wow, simple enough. thanks!