Autoplay Image Slider or Carousel on Content Page

Autoplay Image Slider or Carousel on Content Page

by Marc Sferaz -
Number of replies: 0
Has any one had any luck adding a bootsrap or jquery image slider set to autoplay on a Content Page?


I'm currently using Moodle 3.0 with clean theme.  I've tried including the code from http://www.w3schools.com/bootstrap/bootstrap_carousel.asp and the slider seems to work OK but I'm unable to get the carousel to autoplay to function on load. 


Perhaps I should be pasting this JS into a php file...

$('#slideshow').carousel({

  interval: 5000

});

Average of ratings: -