This is a very nice & little library. I tried it with Bootstrap 3 but it finished all in one column, instead of two (when used col-md-6).
<div id="masonry" class="row">
<div class="col-md-6"></div>
<div class="col-md-6"></div>
<div class="col-md-6"></div>
<div class="col-md-6"></div>
<div class="col-md-6"></div>
<div class="col-md-6"></div>
<div class="col-md-6"></div>
<div class="col-md-6"></div>
<div class="col-md-6"></div>
<div class="col-md-6"></div>
</div>

Is there any easy way around/fix so it keeps its correct left position (whatever it is), that way it stays in 2 columns (when used col-md-6) and adjusts just css top position? You can see all left are in 0%.
Thanks.
This is a very nice & little library. I tried it with Bootstrap 3 but it finished all in one column, instead of two (when used col-md-6).
Is there any easy way around/fix so it keeps its correct left position (whatever it is), that way it stays in 2 columns (when used col-md-6) and adjusts just css top position? You can see all left are in 0%.
Thanks.