Skip to content

Commit

Permalink
masonry column shift layout mode added
Browse files Browse the repository at this point in the history
  • Loading branch information
desandro committed May 6, 2012
1 parent 231abec commit 4b9567c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
</style>

<section id="copy">
<p>Custom layout mode <code>masonryColumnShift</code>. Enabled columns of a masonry layout to be shifted and not affect other columns. After the size of an item element has changed, you can trigger a special <code>columnShiftOfItem</code> method that will push the column down.</p>
<p>Custom layout mode <code>masonryColumnShift</code>. Enabled columns of a Masonry layout to be shifted and not affect other columns. After the size of an item element has changed, you can trigger a special <code>columnShiftOfItem</code> method that will push the column down. This layout only works with item elements that have the same width</p>

{% highlight javascript %}

Expand Down

0 comments on commit 4b9567c

Please sign in to comment.