skip to Main Content

Responsive Carousel issue – Twitter bootstrap

Can someone explain why my Responsive Carousel isn't working? Here's my demo: https://jsfiddle.net/9b9mt0ts/ // When the DOM is ready, run this function $(document).ready(function() { //Set the carousel options $('#quote-carousel').carousel({ pause: true, interval: 4000, }); }); /* carousel */ #quote-carousel {…

VIEW QUESTION
Back To Top
Search