diff --git a/src/jquery.columnizer.js b/src/jquery.columnizer.js index bb67d3d..0d7876d 100644 --- a/src/jquery.columnizer.js +++ b/src/jquery.columnizer.js @@ -251,6 +251,8 @@ } function columnizeIt() { + //reset adjustment var + adjustment = 0; if(lastWidth == $inBox.width()) return; lastWidth = $inBox.width();