Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/craftedpixelz/Craftyslide
A tiny jQuery slideshow plugin
https://github.com/craftedpixelz/Craftyslide
Last synced: 3 days ago
JSON representation
A tiny jQuery slideshow plugin
- Host: GitHub
- URL: https://github.com/craftedpixelz/Craftyslide
- Owner: craftedpixelz
- License: mit
- Created: 2011-06-04T22:57:00.000Z (over 13 years ago)
- Default Branch: master
- Last Pushed: 2011-06-07T22:52:08.000Z (over 13 years ago)
- Last Synced: 2024-08-02T05:10:58.342Z (3 months ago)
- Language: JavaScript
- Homepage: http://projects.craftedpixelz.co.uk/craftyslide/
- Size: 162 KB
- Stars: 120
- Watchers: 4
- Forks: 30
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- License: license.txt
Awesome Lists containing this project
README
Craftyslide - A tiny jQuery slideshow plugin
============================================About
-----Craftyslide is a tiny (just 2kb) slideshow built on jQuery. Craftyslide aims to be different, by providing a simple, no-frills method of displaying images; packaged into a small, clean and efficient plugin.
Usage
-----HTML
Simply create a div which houses a ul containing your list of images (add an optional title to create captions), then include the supplied JS/CSS files. That's all there is to it!
Scripts:
Basic Initialization:
$("#slideshow").craftyslide();
Options
-------### width (number)
Set a custom width for your slideshow.
### height (number)
Set a custom height for your slideshow
### pagination (true/false)
Select whether to display pagination or not. Setting to false hides pagination and enables auto mode.
### fadetime (number)
Define the fade animation speed of slides.
### delay (number)
Used during auto mode (pagination set to false). Defines the delay between each slide being shown.
### Options example:
$("#slideshow").craftyslide({
'width': 640,
'height': 400,
'pagination': false,
'fadetime': 500,
'delay': 2500
});License
-------Copyright (c) 2011 Crafted Pixelz
Licensed under the MIT license