|
|
@ -69,7 +69,7 @@ $container.isotope({ |
|
|
|
|
|
|
|
|
|
|
|
$elems.each(function(){ |
|
|
|
$elems.each(function(){ |
|
|
|
var $this = $(this), |
|
|
|
var $this = $(this), |
|
|
|
isColA = props.colB > props.colA, |
|
|
|
isColA = props.colA <= props.colB, |
|
|
|
x = isColA ? |
|
|
|
x = isColA ? |
|
|
|
centerX - ( $this.outerWidth(true) + gutterWidth / 2 ) : // left side |
|
|
|
centerX - ( $this.outerWidth(true) + gutterWidth / 2 ) : // left side |
|
|
|
centerX + gutterWidth / 2, // right side |
|
|
|
centerX + gutterWidth / 2, // right side |
|
|
|