Browse Source

Adds another demo

gh-pages
Viljami Salminen 12 years ago
parent
commit
215648ea3a
  1. 2
      index.html
  2. 1
      with-captions/themes.css

2
index.html

@ -130,7 +130,7 @@
before: function(){}, // Function: Before callback
after: function(){} // Function: After callback
});</code></pre>
<p>That's all! Download the latest version, this demo and changelog from <a href="https://github.com/viljamis/ResponsiveSlides.js">Github</a>. For more examples about the usage <a href="http://responsiveslides.com/themes/">go here</a>.</p>
<p>That's all! Download the latest version, this demo and changelog from <a href="https://github.com/viljamis/ResponsiveSlides.js">Github</a>. For more examples about the usage <a href="http://responsiveslides.com/themes/themes.html">go here</a> or view <a href="http://responsiveslides.com/with-captions/themes.html">a demo with captions</a>.</p>
<br><br><br><br>
<h3>Example with options "auto:false" and "pager: true"</h3>
<ul class="rslides rslides2">

1
with-captions/themes.css

@ -55,6 +55,7 @@ a {
-webkit-tap-highlight-color: rgba(0,0,0,0);
top: 50%;
left: 0;
z-index: 99;
opacity: 0.7;
text-indent: -9999px;
overflow: hidden;

Loading…
Cancel
Save