Viewing profile — e-oj
e-oj
HN member- Joined
- Sun, Dec 31, 2017, 9:05 AM UTC
- HN karma
- 94
- Public activity
- 17 items
- HN profile
- View on Hacker News ↗
About e-oj
No profile information was provided.
Recent public activity
- story
- story
- story
- story
-
comment
Comment #18753246
This doesn't and I think most grid solutions keep the items separate
-
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.
-
comment
Comment #18751031
No, the library doesn't support that. you should be able to achieve the effect with plain html and css though.
-
comment
Comment #18750814
Makes it much easier to segment the grid into rows or columns
-
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.
-
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. …
- story
- story
- story
- story
-
comment
Comment #18437301
Github repo: https://github.com/e-oj/Magic-Grid/
- story
- story