🔔 Alert..!! Get 2 Month Free Cloud Hosting With $200 Bonus From Digital Ocean ACTIVATE DEAL

simpleSlideShow is a simple, lightweight jQuery plugin for dynamically generating a responsive, cross-fading slideshow from an array of images defined in the JavaScript.

Carousel

Documentation

simpleSlideShow

Install using npm:

> npm install simpleslideshow 

Create an empty div:

<div id='slideShow'></div> 

Call simpleSlideShow(), customize:

<script>     $('#slideShow').simpleSlideShow({         time: 6,         transition: 2,         urls:         [             "img src 01",             "img src 02",             "img src 03"         ]     }) </script> 

And you're done. Read more about it on the Github Page.


You May Also Like