Live data from Hacker News

Viewing profile — e-oj

e-oj

HN member
Joined
Sun, Dec 31, 2017, 9:05 AM UTC
HN karma
94
Public activity
17 items

About e-oj

No profile information was provided.

Recent public activity

  1. story
  2. story
  3. story
  4. story
  5. comment
    Comment #18753246

    This doesn't and I think most grid solutions keep the items separate

  6. comment
    Comment #18752945

    You're right requestAnimationFrame is more efficient than using the resize listener with a delay. I'm actually working on an update to change that. It'll be fixed soon.

  7. comment
    Comment #18751031

    No, the library doesn't support that. you should be able to achieve the effect with plain html and css though.

  8. comment
    Comment #18750814

    Makes it much easier to segment the grid into rows or columns

  9. comment
    Comment #18750671

    When the components in a grid have different heights, a single longer or shorter component stretches the whole row or leaves unpleasant whitespace at the bottom.

  10. comment
    Comment #18750657

    Depends on the use case. If the grid's items have varying widths then masonry is the better option. However, for a grid with equal width items, I'll definitely go with magic grid. …

  11. story
  12. story
  13. story
  14. story
  15. comment
    Comment #18437301

    Github repo: https://github.com/e-oj/Magic-Grid/

  16. story
  17. story