From 305e48cbcac25af209931c2e2f9db9cd1b0034bd Mon Sep 17 00:00:00 2001 From: Adam Wulf Date: Thu, 5 Sep 2013 12:05:19 -0500 Subject: [PATCH 01/42] adjust columns to balance in smaller steps to prevent jumping over a balance point #108 --- src/jquery.columnizer.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/jquery.columnizer.js b/src/jquery.columnizer.js index 5b10327..1790ecb 100644 --- a/src/jquery.columnizer.js +++ b/src/jquery.columnizer.js @@ -576,7 +576,7 @@ // hopefully this'll mean more content fits into // earlier columns, so that the last column // can be shorter than the rest - adjustment += 30; + adjustment += 5; targetHeight = targetHeight + 30; if(loopCount == maxLoops-1) maxLoops++; From 5d2da0f71bf106f1001d0a61b957a933a44a8067 Mon Sep 17 00:00:00 2001 From: Adam Wulf Date: Mon, 30 Sep 2013 15:21:23 -0500 Subject: [PATCH 02/42] added a sample columnizing a