« See all FAQs for Frenzy - Responsive Bootstrap Template
How to Auto Start Carousel?
- Find the id=”” of the carousel you want to autostart
- Fire up custom.js
-
For example id with carousel-widget add this code
$('#carousel-widget').carousel({ 'interval' : 500 });

