Browse Source

Text changes

pull/21/head
Viljami S 13 years ago
parent
commit
7ca22eb52a
  1. 8
      README.md
  2. 6
      demo/demo.html
  3. 4
      demo/themes/themes.html

8
README.md

@ -1,11 +1,11 @@
# Responsive Slides v1.2
# ResponsiveSlides.js v1.2
### Simple & lightweight responsive slideshow plugin (in 1kb)
[Responsive Slides](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.
[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 (907 bytes minified and gzipped) + that this one doesn't try to do everything. Responsive Slides has basically only two different modes: Either it just automatically fades the images, or operates as a responsive image container with pagination and/or navigation to fade between slides.
Biggest difference to other responsive slideshow plugins is the file size (907 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 and/or navigation to fade between slides.
@ -43,7 +43,7 @@ v1.10 (2012-03-12) - Refactoring, New markup style, CSS is now separated from th
v1.05 (2012-03-05) - No more need to change the namespace if you have more than one slideshow on the same page.
v1.04 (2011-12-19) - Fixes problems when Responsive Slides is used with other plugins
v1.04 (2011-12-19) - Fixes problems when ResponsiveSlides.js is used with other plugins
v1.03 (2011-12-12) - Code refactoring, smaller size, better performance

6
demo/demo.html

@ -2,7 +2,7 @@
<html lang="en">
<head>
<meta charset="utf-8" />
<title>Responsive Slides &middot; Responsive jQuery slideshow</title>
<title>ResponsiveSlides.js &middot; Responsive jQuery slideshow</title>
<meta name="viewport" content="width=device-width,initial-scale=1" />
<link rel="stylesheet" href="../responsiveslides.css" />
<link rel="stylesheet" href="demo.css" />
@ -29,7 +29,7 @@
</head>
<body>
<div id="wrapper">
<h1>Responsive Slides v1.2</h1>
<h1>ResponsiveSlides.js</h1>
<h2>Simple &amp; lightweight responsive slideshow plugin (in 1kb)</h2>
<!-- Slideshow 1 -->
@ -47,7 +47,7 @@
</ul>
<a href="http://responsive-slides.viljamis.com/" id="download">See the documentation</a>
<p class="footer">Responsive Slides is created by <a href="http://viljamis.com">@viljamis</a>. It's released under the MIT license. If you have any questions or feedback you can use the <a href="https://github.com/viljami/ResponsiveSlides.js">GitHub project page</a>.</p>
<p class="footer">ResponsiveSlides.js is created by <a href="http://viljamis.com">@viljamis</a>. It's released under the MIT license. If you have any questions or feedback you can use the <a href="https://github.com/viljami/ResponsiveSlides.js">GitHub project page</a>.</p>
</div>
</body>
</html>

4
demo/themes/themes.html

@ -2,7 +2,7 @@
<html lang="en">
<head>
<meta charset="utf-8" />
<title>Responsive Slides &middot; Alternative themes</title>
<title>ResponsiveSlides.js &middot; Alternative themes</title>
<meta name="viewport" content="width=device-width,initial-scale=1" />
<link rel="stylesheet" href="../../responsiveslides.css" />
<link rel="stylesheet" href="themes.css" />
@ -72,7 +72,7 @@
</ul>
</div>
<a href="http://responsive-slides.viljamis.com/">View Responsive Slides documentation</a>
<a href="http://responsive-slides.viljamis.com/">View ResponsiveSlides.js documentation</a>
</div>
</body>

Loading…
Cancel
Save