Skip to content

Instantly share code, notes, and snippets.

@planetoftheweb
Created October 22, 2012 20:05
Show Gist options
  • Save planetoftheweb/3933765 to your computer and use it in GitHub Desktop.
Save planetoftheweb/3933765 to your computer and use it in GitHub Desktop.
Rotate the Carousel
<script>
$('.carousel').carousel({
interval: 2000,
pause: "hover"
})
</script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment