To Stop the auto slide in carousel of bootstrap just add the below code in html @carousel tag:
data-interval="false"
styles for slide carousel for different options:
.carousel('cycle')
Cycles through the carousel items from left to right.
.carousel('pause')
Stops the carousel from cycling through items.
.carousel(number)
Cycles the carousel to a particular frame (0 based, similar to an array).
.carousel('prev')
Cycles to the previous item.
.carousel('next')
Cycles to the next item.
No comments:
Post a Comment