how to stop auto slide in bootstrap carousel code example
Example 1: bootstrap 4 stop auto slide
You just need to add one more attribute to your DIV tag which is
`data-interval="false"`
So
Related
You just need to add one more attribute to your DIV tag which is
`data-interval="false"`
So
Related