From ce47efb0980df16d815c0e2f64cfebbbe85d3cfe Mon Sep 17 00:00:00 2001 From: David DeSandro Date: Thu, 17 Jan 2013 19:53:43 -0500 Subject: [PATCH] spine align, start left first. Fixes #354 --- _posts/custom-layout-modes/2011-10-18-spine-align.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_posts/custom-layout-modes/2011-10-18-spine-align.html b/_posts/custom-layout-modes/2011-10-18-spine-align.html index 8f1497c..6389602 100644 --- a/_posts/custom-layout-modes/2011-10-18-spine-align.html +++ b/_posts/custom-layout-modes/2011-10-18-spine-align.html @@ -69,7 +69,7 @@ $container.isotope({ $elems.each(function(){ var $this = $(this), - isColA = props.colB > props.colA, + isColA = props.colA <= props.colB, x = isColA ? centerX - ( $this.outerWidth(true) + gutterWidth / 2 ) : // left side centerX + gutterWidth / 2, // right side