Skip to content

timmaurice/wwslideshow

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code
This branch is 36 commits behind werdewelt:master.

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 

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

Languages

  • JavaScript 100.0%