Skip to content

Commit

Permalink
trying to fix display issue in read me
Browse files Browse the repository at this point in the history
  • Loading branch information
Devon Hirth committed Jan 27, 2014
1 parent 2e0dc28 commit 6401f79
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,6 @@ example setup
Each slide element requires a unique class.

```html
<pre>
<div id="SLDR-ONE" class="sldr">
<ul class="wrp animate">
<li class="elmnt-one"><img src="img/Lake.jpg" width="1000" height="563"></li>
Expand All @@ -71,7 +70,6 @@ Each slide element requires a unique class.
<li class="elmnt-four"><img src="img/Pink-Forest.jpg" width="1000" height="563"></li>
</ul>
</div>
</pre>
```

<strong>CSS:</strong>
Expand Down Expand Up @@ -202,7 +200,7 @@ Slides return an object of the following items;
<strong>Callback:</strong>

<table>
<tr><td><strong>sldr</strong></td><td>jQuery Object of the slider.</td></tr>
<tr><td><strong>sldr</strong></td><td>jQuery object of the slider.</td></tr>
<tr><td><strong>prevFocalIndex</strong></td><td>The index() of the previous slide.</td></tr>
<tr><td><strong>prevSlideNum</strong></td><td>The slide number of the previous slide.</td></tr>
<tr><td><strong>currentFocalIndex</strong></td><td>The index() of the current slide.</td></tr>
Expand All @@ -223,7 +221,6 @@ The post load image feature can progressively load images one by one after the p


```html
<pre>
<div id="SLDR-ONE" class="sldr">
<ul class="wrp animate">
<li class="elmnt-one"><div class="sldr-load" src="img/Lake.jpg" width="1000" height="563"></div></li>
Expand All @@ -232,5 +229,4 @@ The post load image feature can progressively load images one by one after the p
<li class="elmnt-four"><div class="sldr-load" src="img/Pink-Forest.jpg" width="1000" height="563"></div></li>
</ul>
</div>
</pre>
```
```

0 comments on commit 6401f79

Please sign in to comment.