Skip to content
This repository was archived by the owner on Jan 4, 2022. It is now read-only.

Commit

Permalink
Merge pull request #64 from RickvdP/patch-1
Browse files Browse the repository at this point in the history
Update readme.md
  • Loading branch information
DrewDahlman authored Sep 10, 2016
2 parents c2cfe33 + 2989ee3 commit c65f59d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ $("#container").mason({
});
```

##OPTIONS
## OPTIONS

Mason.js has a number of options:

Expand Down Expand Up @@ -90,7 +90,7 @@ $("#container").mason({
- filler_class: This is a class given to filler elements within the grid, used for cleaning up if a grid set to fluid
- keepDataAndEvents: Mason creates a clone of the filler elements before adding them to the grid, this boolean (true/false) property tells Mason to retain the events and data that have already been bound to the filler elements
- **promoted**
- Accepts an array of ['CLASS_NAME', WIDTH, HEIGHT] these items will be forced to those dimentsions.
- Accepts an array of ['CLASS_NAME', WIDTH, HEIGHT] these items will be forced to those dimensions.
- **Layout**
- There are two layouts, fluid and fixed. Mason will default to fixed. Fluid means it will be responsive.
- **Callback**
Expand Down

0 comments on commit c65f59d

Please sign in to comment.