suprb / Nested

Gap free multi column grid
1.69k stars 248 forks source link

overlap when use multi-width & multi-height photo #40

Open alirezahatami opened 10 years ago

alirezahatami commented 10 years ago

i have multi-width and multi-height photo. i used "Nested" instead of "packery". Now in default demo, i only change the default html values in "index.html" and not changed anything more. but overlapping, How to stop photos from overlapping?

<div id="container">
  <div class="box">image tag 1</div>
  <div class="box">image tag 2</div>
  <div class="box">image tag 3</div>
</div>