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

masonry left to right #233

Open mydhitz opened 4 years ago

mydhitz commented 4 years ago

Im use sample 8 but div id from top to bottom, and im have question, how to change from sample 8 https://www.jqueryscript.net/demo/jQuery-Plugin-For-Newspaper-Column-Layout-Columnizer/samples/sample8.html to this https://prnt.sc/s769oy div id from left to right

adamwulf commented 4 years ago

Unfortunately there's not a good way to do that with Columnize. it's designed to fill content top to bottom, there's not really a good way to change that to left to right. you'll need to use masonry directly for that I think