Skip to content

Commit

Permalink
Update readme.
Browse files Browse the repository at this point in the history
  • Loading branch information
John Madhavan-Reese committed Dec 4, 2014
1 parent 8e96409 commit 53c9cd2
Showing 1 changed file with 13 additions and 3 deletions.
16 changes: 13 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,16 +3,26 @@ for ZURB Foundation

An intuitive, class-based interface for creating responsive equalized element heights within ZURB Foundation.

### Usage
### Installation

Responsive Equalized Heights is built to work with the grid from Foundation 5. It is untested with earlier versions of Foundation.

Include this project's script in your page *after* Foundation.
**Bower**

```
bower install responsive-equalized-heights
```

**Browser**

```
<script src="path/to/responsive-equalized-heights.js"></script>
```

### Usage

Include this project's script in your page *after* Foundation.

Then add responsive height classes to any elements that should be equalized. That's all. No container classes, no data attributes, no parent element requirements.

Responsive height classes use this format:
Expand All @@ -27,4 +37,4 @@ Responsive height classes use this format:

At any screen size, all of the elements in each group will share equalized height.

For full details and examples, see the project site: [http://jsmreese.github.io/responsive-equalized-heights/](http://jsmreese.github.io/responsive-equalized-heights/)
For full details and examples, see the project site: [http://jsmreese.github.io/responsive-equalized-heights/](http://jsmreese.github.io/responsive-equalized-heights/)

0 comments on commit 53c9cd2

Please sign in to comment.