Questions tagged [masonry]

Masonry, formally jQuery Masonry, is a JavaScript cascading grid layout library.

Masonry is a JavaScript grid layout library. It works by placing elements in optimal position based on available vertical space, sort of like a mason fitting stones in a wall. You’ve probably seen it in use all over the Internet.

As of version 3, Masonry does not depend on jQuery anymore, but it can work alongside.

Created by David DeSandro, Masonry is released under the permissive MIT License.

Useful links

950 questions
-2
votes
1 answer

EQCSS + Masonry js not working

Do you have any idea how to make EQCSS working with Masonry? When I setup a different width of item for specific element width then masonry gets broken.
Mariusx
  • 19
  • 5
-2
votes
1 answer

Scrollview with labels

I'm having a scrollview with a view and on that view I'm having some labels. Now when I setup my constraints everything works except the view isn't scrolling. This is my view controller: #import #import…
user1007522
  • 7,858
  • 17
  • 69
  • 113
-3
votes
1 answer

Image Masonry Grid in a Square Space

How can I make masonry grid of only 4 images that will always look like the this? I need this alignment to be the same on every screen size and always form a square. Is this possible? I tried a lot of different approaches and nothing seems to work…
-3
votes
1 answer

css issue with layout

i have tried numerous times to fix this grid layout but currently when there is a large amount of text in the #place_quo div it seems to mess everything up. here is my link Demo i am using masonry.js to grid align everything and wondering if thats…
user3206729
  • 163
  • 1
  • 10
-4
votes
1 answer

I want 3 columns with Masonry.js

I'm building a blog site. I'm going to have there a posts miniatures. I want to get layout like this: effect I found a library called Masonry.js, it's a perfect solution for me but I have no idea how I need to set up this. I'm looking for help!…
bugs55
  • 3
  • 2
1 2 3
63
64