From 744d98745171f2f644014e1cb8b04237829e0b4c Mon Sep 17 00:00:00 2001 From: voodoohop Date: Tue, 1 Apr 2014 18:09:30 -0300 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 4ac46f9..26b4f89 100644 --- a/README.md +++ b/README.md @@ -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: @@ -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 ...