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

make it work like google plus columns #204

Open mr-shady opened 8 years ago

mr-shady commented 8 years ago

hi Adam, you have done a great job :+1: I'm trying to make 2 column div's like google plus post with help of your plugin and bootstrap 3 in past 3 days i tried about 50 plugin that do job like your plugin my code is something like this :

<div class="main">
    <div class="col-sm-12 col-md-12 have-margin item" > 
        blah blah blah
    </div>
    <div class="col-sm-12 col-md-12 have-margin item" > 
        blah blah blah
    </div>
<div class="col-sm-12 col-md-12 have-margin item" > 
        blah blah blah
    </div>
<div class="col-sm-12 col-md-12 have-margin item" > 
        blah blah blah
    </div>
<div class="col-sm-12 col-md-12 have-margin item" > 
        blah blah blah
    </div>
</div>

i want to make this .item div;s to be 2 separate column
your plugin did this very good but id don't want it to split .item content look at this ( http://imgur.com/sQDdXcQ ) in the image i marked 2 part of page these are actually in same .item div but your plugin splited that into two different div i hope you understand my problem and what i want to do . just columnize the .item not inside of it ! please help :(

adamwulf commented 8 years ago

take a look at the "dontsplit" option in the docs, it lets you specify which nodes you want to disallow from being split during the columnize.