flickr / justified-layout

Pass in box sizes and get back sizes and coordinates for a justified layout
https://flickr.github.io/justified-layout/
MIT License
1.6k stars 87 forks source link

why need `top` and `left` ? #21

Closed lyyourc closed 8 years ago

lyyourc commented 8 years ago

because float or inline-block have some drawbacks, I guess, right?

jimwhimpey commented 8 years ago

It's much faster to render, reposition and scroll with absolute positions.