https://github.com/jarrodsampson/minislider
For the Minimalist who just needs a basic slideshow in a complex world.
https://github.com/jarrodsampson/minislider
Last synced: 2 months ago
JSON representation
For the Minimalist who just needs a basic slideshow in a complex world.
- Host: GitHub
- URL: https://github.com/jarrodsampson/minislider
- Owner: jarrodsampson
- License: mit
- Created: 2015-09-17T00:12:50.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-01-12T10:36:19.000Z (over 8 years ago)
- Last Synced: 2025-01-03T11:28:08.607Z (4 months ago)
- Language: JavaScript
- Size: 1.34 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# MiniSlider
For the Minimalist who just needs a basic slideshow in a complex world. Designed by [planlodge](https://github.com/planlodge).[](https://travis-ci.org/stevenbenner/jquery-powertip)

## Getting Started
1. Include jQuery in your code.
2. Download and include the minislider.js file.
3. Pick your selector and apply minislider method and include images.## Example
Mini-Slider
Mini-Slider
For the Minimalist.
2015 Planlodge
$(function(){$('#slideshow').miniSlider({
width: 500,
height: 300,
delay: 5000,
fadeSpeed: 1900,
images: [
'images/feature-11.png',
'images/feature-22.png',
'images/feature-33.png'
]
});});
## License
MiniSlider is licensed under the [MIT license](http://opensource.org/licenses/MIT).