Simple pure javascript slideshow

Looping slideshow with images

var slideshowImages = Slideshow();
slideshowImages.init('.js-slideshow-images', true);

Slideshow with images, non looping

var slideshowImagesNoLoop = Slideshow();
slideshowImagesNoLoop.init('.js-slideshow-images-noloop', false);

Looping slideshow with mixed html content

var slideshowContent = Slideshow();
slideshowContent.init('.js-slideshow-content', true);

Slideshow headline

This is some kind of animal showing up in the slideshow, maybe with a link to something interesting and lots of text about the animal in question. A link to wikipedia seems appropriate.

Another headline

This is some kind of animal showing up in the slideshow, maybe with a link to something interesting and lots of text about the animal in question. A link to wikipedia seems appropriate.

Third headline

This is some kind of animal showing up in the slideshow, maybe with a link to something interesting and lots of text about the animal in question. A link to wikipedia seems appropriate.