From 9d15311fd31a9430924fb387f637f0b1cc272aef Mon Sep 17 00:00:00 2001 From: Viljami S Date: Mon, 12 Mar 2012 10:07:36 +0200 Subject: [PATCH] Preparing for merge --- README.md | 11 ++--------- 1 file changed, 2 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index 1b972bd..44789ce 100644 --- a/README.md +++ b/README.md @@ -2,9 +2,9 @@ ### Simple & lightweight responsive slideshow plugin (in 1kb) -[ResponsiveSlides.js](http://responsive-slides.viljamis.com/) is a tiny jQuery plugin that creates a responsive slideshow using images inside a single container. It works 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. +[ResponsiveSlides.js](http://responsive-slides.viljamis.com/) is a tiny jQuery plugin that creates a responsive slideshow using images inside <ul>. It works 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 (819 bytes minified and gzipped) + that this one doesn't try to do everything. ResponsiveSlides.js has basically only two different modes: Either it just automatically fades the images, or operates as a responsive image container with pagination to navigate/fade between slides. +Biggest difference to other responsive slideshow plugins is the file size (805 bytes minified and gzipped) + that this one doesn't try to do everything. ResponsiveSlides.js has basically only two different modes: Either it just automatically fades the images, or operates as a responsive image container with pagination to navigate/fade between slides. Usage Instructions and demo @@ -13,13 +13,6 @@ Usage Instructions and demo For instructions and demo go to [http://responsive-slides.viljamis.com](http://responsive-slides.viljamis.com/) -Known bugs -====== - -* Firefox 2: if you have more than one auto fading slideshows on the same page page it explodes. with one auto fading slideshow per page everything works though. -* The slideshow prevents the clicking of pagination while it's fading to the next slide so you shouldn't (at least right now) use long fade times + pagination together, as it might be confusing for the user if nothing happens when trying to change the slide. - - License ======