adamwulf / Columnizer-jQuery-Plugin

The Columnizer jQuery Plugin will automatically layout your content in newspaper column format. You can specify either column width or a static number of columns. And, of course, it’s easy to use!
http://welcome.totheinter.net/columnizer-jquery-plugin/
Other
758 stars 147 forks source link

Maximize number of list items in all columns #209

Open RonR-WebDesign opened 8 years ago

RonR-WebDesign commented 8 years ago

I have a list of 67 items. For full width (desktop) I get 4 columns. The first three columns have 18 items and the fourth column 13 items. I'd rather have the fourth column fully filled so that the first three with 17 and the last with 16. I suppose this would be a "use minimum height" variable? I've made no changes to the defaults - it's all vanilla.

This is a one line each list, meaning:

<p>list item one</p>
<p>list item two</p>
<p>list item three</p>