Skip to content

Commit

Permalink
Fixed ReadMe
Browse files Browse the repository at this point in the history
  • Loading branch information
06b committed Jan 29, 2012
1 parent e313fdc commit d143a71
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# Awkward Showcase A jQuery Plugin
# Awkward Showcase - A jQuery Plugin

Awkward Showcase is a plugin for the JavaScript Framework [jQuery](http://jquery.com). We call it a Content Slider. But it can do more then just slide the content. For example you can add tooltips, enable thumbnails, activate dynamic height and lots more.

Since version 1.0 its integrated with our Viewline Plugin enabling new innovative ways for displaying content on your website.
Since version 1.0 it's integrated with our Viewline Plugin enabling new innovative ways for displaying content on your website.

## Some Nice Features
**Compatibility**
Expand Down Expand Up @@ -30,7 +30,7 @@ Enabling the showcase to change height based on content.
The showcase i easy to implement and very easy to customize in CSS.

**Lots more**
A slide can contain any type of HTML element. Its an infinity slide. Etc.
A slide can contain any type of HTML element. It's an infinity slide. Etc.

## Implementation Example

Expand Down Expand Up @@ -209,7 +209,7 @@ A slide can contain any type of HTML element. It
<tr>
<td>transition:</td>
<td>vslide</td>
<td>vslide’, ‘hslide or fade</td>
<td>'vslide', 'hslide' or 'fade'</td>
</tr>
<tr>
<td>transition_delay:</td>
Expand All @@ -224,7 +224,7 @@ A slide can contain any type of HTML element. It
<tr>
<td>show_caption:</td>
<td>onload</td>
<td>onload’, ‘onhover or show</td>
<td>'onload', 'onhover' or 'show'</td>
</tr>
<tr>
<td>thumbnails:</td>
Expand All @@ -234,12 +234,12 @@ A slide can contain any type of HTML element. It
<tr>
<td>thumbnails_position:</td>
<td>outside-last</td>
<td>outside-last’, ‘outside-first’, ‘inside-last or inside-first</td>
<td>'outside-last', 'outside-first', 'inside-last' or 'inside-first'</td>
</tr>
<tr>
<td>thumbnails_direction:</td>
<td>vertical</td>
<td>vertical or horizontal</td>
<td>'vertical' or 'horizontal'</td>
</tr>
<tr>
<td>thumbnails_slidex:</td>
Expand Down

0 comments on commit d143a71

Please sign in to comment.