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

Any way to set a max height without constraining width? #221

Open skillmatic-co opened 7 years ago

skillmatic-co commented 7 years ago

Is there any way to set a max height for columns without also setting width?

I basically just want to have a max number of li elements before it breaks into multiple columns. So if I could do this by setting a number of li elements, or setting a max height, that would work.

Possible?

adamwulf commented 7 years ago

There's two ways to set a max height - one allows for horizontal scrolling and will continually layout new columns for a given height. The other will clip any content that doesn't fit after that height and will append it to an overflow dom element.

Take a look at sample3 and sample5 for examples of the two methods