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

A lightweight and dead simple jQuery plugin for creating a fully responsive image slideshow with following features.

Responsive

Documentation

Simple Slideshow Build Status

A tiny jQuery slideshow plugin (462 bytes gzipped!).

###Usage:

  • Include slideshow.js and slideshow.css - bower install simple-slideshow or download it

  • $('.slideshow').slideshow(options);

      options = {       delay: 0,       // delay between slides in ms; 0 = off       height: null,   // if set, overrides ratio       pause: true,    // pause on hover       ratio: 0.5625,  // width:height ratio; 1600x900 assumed       speed: 400,     // default slide speed in ms       startSlide: 0   // 0-based; e.g. 0 is the first slide   } 

###Demo:

###Author:


You May Also Like