I have a bootstrap carousel on my web page, I\'m trying the increase the time interval between each slide. The default delay of 5000 milliseconds is too fast, I need about 1
You can simply use the data-interval attribute of the carousel class.
data-interval
carousel
It's default value is set to data-interval="3000" i.e 3seconds.
data-interval="3000"
All you need to do is set it to your desired requirements.