Skip to content

Commit

Permalink
Insert images in Readme
Browse files Browse the repository at this point in the history
  • Loading branch information
abpetkov committed Feb 26, 2014
1 parent fb3dd4b commit 7efef78
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions Readme.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Powerange WIP
![Powerange](http://i.imgur.com/dzcmnWS.jpg)

## Description

Expand All @@ -8,6 +8,8 @@ A great cross-browser solution, supporting: Google Chrome, Mozilla Firefox 3.6+,

Licensed under [The MIT License](http://opensource.org/licenses/MIT).

![Preview](http://i.imgur.com/21gwF47.jpg)

If you like this module and you're a fan of iOS 7 style UI widgets, check out [Switchery](https://github.com/abpetkov/switchery).

## Installation
Expand Down Expand Up @@ -80,7 +82,7 @@ The width (for horizontal) or height (for vertical) of the slider, depends on th

Play around with the `background-color` of `.range-bar` and `.range-quantity`, add a `background-image` to `.range-handle`, add some nice `background-image` to `.range-min` and `.range-max`, get use of the `hideRange` option and you may end up with something as fun as this:

Poweranger slider image here...
![Power Ranger Slider](http://i.imgur.com/U4LQTKC.png)

The sky is the limit.

Expand Down Expand Up @@ -116,7 +118,7 @@ You can hide the min and max values, by using the `hideRange` option.
var init = new Powerange(elem, { hideRange: true });
```

No values slider images here...
![Hidden values](http://i.imgur.com/TAw0O9e.png)

##### Disabled

Expand All @@ -128,7 +130,7 @@ var init = new Powerange(elem, { disable: true, disabledOpacity: 0.75 });

You can still give it a value, by changing the `start` option.

Disabled slider image here...
![Disabled](http://i.imgur.com/AescVQ2.png)

##### Horizontal and vertical slider

Expand Down Expand Up @@ -176,7 +178,7 @@ function displayValue() {
}
```

Callback set value slider image here...
![Callback](http://i.imgur.com/3nfj0r8.png)

##### Interacting with another elements

Expand Down

0 comments on commit 7efef78

Please sign in to comment.