Skip to content

skython/wwslideshow

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 

Repository files navigation

wwslideshow

A responsive-friendly javascript slideshow

Usage Example

Just include the plugin in your site and call the function in your main javascript file.

Basic Example (default options):

$("#imagecontainer").wwslideshow();

You can customize the default parameters within the function:

Slower transition:

$("#imagecontainer").wwslideshow({delay: 4000, speed: 2000});

Default options

autoplay: true,  	
random: true,		// randomize the image order
startindex: null, 
delay: 2000,		// delay between slides
speed: 1000,		// transition speed
paginator: null,	// selector
nums: false,		// set the selectors to numbers
debug: false

About

A responsive-friendly javascript slideshow

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published