Reputation: 345
I am working on a homepage that is using part of the core Bootstrap carousel components for two different carousels.
The problem is, sometimes when you reload the page or clear the cache, the slider at the top doesn't always seem to load. Trying to figure out why this is. Wanted to see if someone could take a look at this page.
https://www.cento.com/index-test.php
Upvotes: 0
Views: 618
Reputation: 1443
By review your site i think you forgot to active first slide of your slider with id="bs-carousel"
apply class="item slides active"
to first item of your slider
Upvotes: 3