Is there a way to stop the Bootstrap carousel from pausing when hovering with the mouse and instead have it continue cycling through items automatically?
I've tried changing the pause argument from "hover" as mentioned in the documentation, but when I use any other value the carousel stops functioning entirely. Any suggestions on how to disable this default behavior would be greatly appreciated.