Skip to content

Commit ec4c356

Browse files
committed
Update content.
1 parent 067ce2e commit ec4c356

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

index.html

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -139,14 +139,17 @@ <h2 id="examples">What's <em>new</em> in Version 2.0</h2>
139139
</div>
140140

141141
<h2 id="examples">What is this?</h2>
142-
<p class="lead">Turntable.js is a responsive JQuery slider that will let you rotate through a list of images as your mouse (or finger) sweeps across a container. Think of it like a flipbook made with Javascript, instead of paper. All you need is a set of images, and JQuery.</p>
142+
<p class="lead">Turntable.js is a responsive JQuery slider that will let you rotate through a list of images as your mouse (or finger) sweeps across a container. Think of it like a flipbook made with Javascript, instead of paper. All you need is a set of images, and jQuery.</p>
143143

144144
<p class="lead">
145-
It's a fresh alternative to the typical 'click-to-slide' JQuery gallery.
145+
It's a fresh alternative to the typical 'click-to-slide' JQuery gallery, plus the slider works on mobile!
146146
</p>
147147

148148
<h2 id="install">Installation</h2>
149-
<p class="lead">The installation process is fairly simple. <b>Download Turntable.js</b> and include turntable.min.js in your javascript file or at the bottom of your html document, and <b>call the turntable function</b> on whatever list of images you want to flip through. Oh, and don't forget the CSS. We've included a minified file, or you can just copy and paste the CSS here into your custom stylesheet. Easy peasy.</p>
149+
<p class="lead">Installing the slider is fairly simple. <b>Download Turntable.js</b> and include turntable.min.js in your javascript file or at the bottom of your html document, and <b>call the turntable function</b> on whatever list of images you want to flip through. Oh, and don't forget the CSS. We've included a minified file, or you can just copy and paste the CSS here into your custom stylesheet. Easy peasy.</p>
150+
151+
<p class="">Also, while it might go without saying, since this is a <em>JQuery</em> slider, but you will need to make sure JQuery is properly installed. If you try to initialize the slider without JQuery, it won't work.</p>
152+
150153
<div>
151154

152155
<!-- Nav tabs -->

0 commit comments

Comments
 (0)