Skip to content

hemkaran/HRImageSlideshow

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

A jQuery Image Slideshow Widget

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published