Viljami S
13 years ago
1 changed files with 15 additions and 0 deletions
@ -0,0 +1,15 @@
|
||||
# AdaptiveSlides.js |
||||
### Adaptive jQuery Slideshow plugin that weights just ~1kb |
||||
|
||||
- Licensed under the MIT license. |
||||
|
||||
[AdaptiveSlides.js](http://adaptiveslides.viljamis.com/) is a tiny jQuery plugin that automatically creates adaptive slideshow using images inside a container. It work with wide range of browsers including all IE versions from IE6 and up. It also adds css max-width support for IE6 and other browsers that don't natively support it. Only dependency is [jQuery](http://jquery.com/) and that all the images are same size. |
||||
|
||||
I created this script while developing [my own site](http://viljamis.com/) and despite it being really really simple I decided to release it as a plugin. Heck, someone might still find it useful. |
||||
|
||||
Biggest difference to other responsive slideshow plugins is the file size + that this one doesn't try to do everything. AdaptiveSlides.js has basically only two different modes: Either it just automatically fades the images, or operates as an adaptive image container with pagination to navigate/fade between slides. |
||||
|
||||
Usage Instructions and demo |
||||
====== |
||||
|
||||
For instructions and demo go to [http://adaptiveslides.viljamis.com](http://adaptiveslides.viljamis.com/) |
Loading…
Reference in new issue