Questions tagged [jquery-masonry]

Masonry is a dynamic grid layout plugin for jQuery

Masonry is a dynamic grid layout plugin for that works by placing elements in optimal position based on available vertical space.

Think of it as the flip-side of CSS floats: whereas floating arranges elements horizontally then vertically, Masonry arranges elements vertically, positioning each element in the next open spot in the grid.

The result minimizes vertical gaps between elements of varying height, just like a mason fitting stones in a wall.

1239 questions
-2
votes
1 answer

as densely packed blocks?

please help solve the problem. for dense packing blocks I used a popular plugin masonry. my resulting code is not worked. but I used the method described in the documentation $('#container').masonry({ itemSelector: '.box', // set columnWidth a…
stackow7
  • 15
  • 2
-2
votes
1 answer

.show() .hide() is not working

Hi I am using Masonry with Laravel and I am basically loading my blogs into a masonry layout. I have an abstract which I output as well as all the content, the content is hidden by default by CSS. I have a read more button once clicked, adds a class…
001221
  • 5,535
  • 23
  • 76
  • 132
-2
votes
1 answer

images overlap at initial page loading using isotope and knockout.js

On first load images and blocks overlap but after that it works fine
-2
votes
2 answers

Anyone knows a free Drupal theme with jquery Masonry?

I can not find a free drupal theme that uses jquery Masonry and I tried more Masonry modules but no effect, so I hope someone knows a free Drupal theme with jquery Masonry.
Presley P
  • 11
  • 1
-2
votes
1 answer

jquery masonry dynamic issue

first off, I have read this post and it's approach is not good, but does work, here is my issue: I am mixing infinite scroll with jquery masonry. My content's height can change before the next posts load. I have a script that will redo the…
Ryan Saxe
  • 14,833
  • 19
  • 66
  • 116
-2
votes
1 answer

Is there an equivalent to jQuery Masonry for MooTools?

I need a MooTools plugin that accomplishes the same thing as: http://masonry.desandro.com/ Does one exist?
bernk
  • 1,051
  • 2
  • 11
  • 19
-2
votes
1 answer

chrome ruins layout made by masonry-plugin

You can see it in action here: http://maenhaut.wordtgetest.be/index.php?a=nl&b=home sometimes it's alright, it shows as it's supposed to. But after a refresh (or two) you will see it's displayed completely wrong. In safari and firefox it works…
Veltar
  • 740
  • 1
  • 12
  • 29
-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
  • 10
-4
votes
2 answers

Masonry only works when resizing browser

I have a masonry to show my portfolio but when I load the page in the min width browser (like 400 pixels width) the images are overlayed, I have to resize the browser and then they accommodate. Im using 3 js I downloaded from…
1 2 3
82
83