Browse Source

masonry column shift layout mode added

pull/235/head
David DeSandro 13 years ago
parent
commit
4b9567c30a
  1. 2
      _posts/custom-layout-modes/2012-01-03-masonry-column-shift.html

2
_posts/custom-layout-modes/2012-01-03-masonry-column-shift.html

@ -23,7 +23,7 @@ category: custom-layout-modes
</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 %}

Loading…
Cancel
Save