Spicing Up the Bootstrap Carousel with CSS3 Animations

Hi Marshall_Spevak,

Thank you for your comment (and the offer).

Are you using Bootstrap or Owl Carousel? On your website it seems to me you’re using the Bootstrap carousel. However, I can’t find any JS code to initialize the carousel. To have the carousel play on page load you need to either add data-ride="carousel" to the main carousel container div or initialize the component using JavaScript: $('#home-carousel').carousel();

If it doesn’t work, a good way to debug the problem is to isolate the component. Just copy and paste the bare-bone code needed for the carousel on CodePen and see if it works. You can share the URL here if you like so we can all look into it.

Cheers!