Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
voodoohop committed Apr 1, 2014
1 parent 7d3da4f commit 744d987
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 @@ -3,7 +3,7 @@ meteor-masonrify

Easily add Masonry-style dynamic layouts to Meteor. Depends on the new Blaze UI.

Currently uses Packery as the layouting engine. Will probably move to isotope soon for added flexibility.
Currently uses Isotope as the layouting engine.

usage:

Expand All @@ -23,7 +23,7 @@ You can pass options directly to packery (http://packery.metafizzy.co/options.ht

Use the {{#masonryElement}} block helper to create the individual elements to be layouted. Pass the id previously defined...

{{#masonryContainer columnWidth=115 transitionDuration="0.1s" id="MasonryContainer" }}
{{#masonryContainer columnWidth=115 transitionDuration="0.1s" gutter=2 id="MasonryContainer" }}
{{#each exampleContentCollection}}
{{#masonryElement "MasonryContainer"}}
... content ...
Expand Down

0 comments on commit 744d987

Please sign in to comment.