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

Disable single columnize #217

Closed jmarceli closed 7 years ago

jmarceli commented 7 years ago

Option which will disable singleColumnizeIt() even if $inBox.width() is smaller than options.width. Useful if you want to have a horizontally scrollable area on mobile, check http://welcome.totheinter.net/autocolumn/sample5.html on a small screen (no more horizontal scroll).

adamwulf commented 7 years ago

Thanks!