How can I adjust the slider to auto-start/play? Right now it doesn't start until it's clicked on.
Leslie
Leslie
$('.carousel').carousel({
interval: 7000
})
<script>$('.carousel').carousel({
interval: 7000
})
</script>
$( document ).ready(function() {
//insert function here
});
Comment