From 4b9567c30a895dc716ff3cb9f2ce27ad06996685 Mon Sep 17 00:00:00 2001 From: David DeSandro Date: Sun, 6 May 2012 16:46:32 -0400 Subject: [PATCH] masonry column shift layout mode added --- _posts/custom-layout-modes/2012-01-03-masonry-column-shift.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_posts/custom-layout-modes/2012-01-03-masonry-column-shift.html b/_posts/custom-layout-modes/2012-01-03-masonry-column-shift.html index d5b2c52..1c4ffcd 100644 --- a/_posts/custom-layout-modes/2012-01-03-masonry-column-shift.html +++ b/_posts/custom-layout-modes/2012-01-03-masonry-column-shift.html @@ -23,7 +23,7 @@ category: custom-layout-modes
-

Custom layout mode masonryColumnShift. 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 columnShiftOfItem method that will push the column down.

+

Custom layout mode masonryColumnShift. 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 columnShiftOfItem method that will push the column down. This layout only works with item elements that have the same width

{% highlight javascript %}