projectblacklight / spotlight

Spotlight enables librarians, curators, and others who are responsible for digital collections to create attractive, feature-rich websites that highlight these collections.
Other
160 stars 64 forks source link

Fix Sir Trevor Bootstrap 5 carousel blocks #3104

Closed taylor-steve closed 1 month ago

taylor-steve commented 1 month ago

'false' is no longer a valid value for interval in BS5 carousels (https://getbootstrap.com/docs/5.2/components/carousel/#options). If interval is set to false, the carousel goes crazy mode (Warning: rapid flashing):

https://github.com/user-attachments/assets/14c8eb02-57b1-461b-a847-d9d907ef2253

For the static carousel we can omit ride and interval because a static carousel is the default in BS5.