Browse Source

Added the MIT license

pull/2/merge
Viljami S 13 years ago
parent
commit
a57b7a3b47
  1. 19
      README.md

19
README.md

@ -1,13 +1,26 @@
# AdaptiveSlides.js
### Adaptive slideshow plugin that weights just ~1kb
- Licensed under the MIT license.
[AdaptiveSlides.js](http://adaptiveslides.viljamis.com/) is a tiny jQuery plugin that creates a responsive slideshow using images inside a single 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.
Biggest difference to other responsive slideshow plugins is the file size (~1kb minified and gzipped) + 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/)
For instructions and demo go to [http://adaptiveslides.viljamis.com](http://adaptiveslides.viljamis.com/)
License
======
Licensed under the MIT license.
Copyright (c) 2011 Viljami Salminen, http://viljamis.com/
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
Loading…
Cancel
Save