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

HRImageSlideshow is a jQuery & jQuery UI widget used to create a simple, responsive, highly customizable image slider / slideshow with easing and keyboard support.

Image-Slider jQuery-UI

Documentation

HRImageSlideshow

A jQuery Image Slideshow Widget

This is a basic image slider widget which you can include at your website easily.

Usage

$(".yourHtmlDivClass").imageSlideshow();

OR

with all configuration

$(".yourHtmlDivClass").imageSlideshow({         duration : "600",         animationInterval : "3000",         easing: "linear",         controlNav:true,         directionNav:true,         startAt:"1",         keyboardNavigation : true,         automaticSlideshow : false,         fitToHeight : false,         after : function(index) {},         carouselLoaded : function() {}     }); 

See Demo for more information.


You May Also Like