Columnizer-jQuery-Plugin
Columnizer-jQuery-Plugin copied to clipboard
- added lastCanBeLowest option, which allows last column to be shorter t...
- allow last column to be shorter than the rest, this relaxes the columnizer algorithm a bit, to allow correct solution, when there are long 'dontsplit' blocks.
- updated script header to keep that comment while minification with uglify.
This looks awesome, thanks! Can you also add a sample.html that tests/shows this feature in action?
Sorry for late reply. Also added allowLongDontSplit option, which helps handling dontsplit blocks which are higher then expected column high, this fix actualy much more efficient than original one, Added to samples a nice example to show the usecase of allowLongDontSplit option.