Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Recreating jQuery Masonry using CSS Grid #89

Closed
powerbuoy opened this issue Jun 28, 2017 · 2 comments
Closed

Recreating jQuery Masonry using CSS Grid #89

powerbuoy opened this issue Jun 28, 2017 · 2 comments

Comments

@powerbuoy
Copy link

I haven't really gotten started with CSS grid yet but have read a few tutorials and looked at some examples.

One thing that isn't clear to me still though is whether it is possible to recreate the "masonry" layout jQuery plugins like Masonry and Isotope achieve?

I know it's already possible using column-count but that rearranges the order of the grid items.

In case you're not familiar with masonry it allows arranging items of different widths and heights into a grid with equal gutter. I think it's easiest to look at the demo page: https://masonry.desandro.com/v2/demos/basic-multi-column.html

So my question is; is it possible to achieve with CSS grid?

Thanks!

@rachelandrew
Copy link
Owner

rachelandrew commented Jun 28, 2017

see the discussion here #19

@powerbuoy
Copy link
Author

Sorry, should've checked closed issues. Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants