Mason
Mason copied to clipboard
Mason.js for creating a perfect grid with jQuery.
I'm having a problem with this script. I want to add dinamically new elements to the grid, but then they wont appear, because fillers who have position absolute appear on...
Hi, thanks for great plugin. Is it possible somehow to force container height to some value, or to define number of rows somehow? I know it is difficult, but I'm...
I'm getting this error right out of the box, testing it with the examples, using latest version from bower, any idea why? THanks
Hello, I'm getting the error: `TypeError: a.matrix[(d + o)] is undefined` in console. I noticed it after adding [CSS preloading](https://gist.githubusercontent.com/thedaviddias/c24763b82b9991e53928e66a0bafc9bf/raw/16b7f268a1eb80929880c158077c6604e0353cda/Preload%2520CSS%2520-%2520Not%2520blocking%2520CSS.html) . Could this have something to do with the error?...
Since your elements matrix is dependent on element calculations, may I suggest to automatically set the container of the elements to relative/absolute and also the item selected to be set...
[grid_mason.pdf](https://github.com/DrewDahlman/Mason/files/1342426/grid_mason.pdf) Hello Drew Dahlman I hope you're very well. Mason seems incredible and I started to study it, I am a graphic design student but I do not understand how...
Hello! This plugin looks by far the most promising one when it comes to masonry galleries. Thanks for development! Nonehteless, I came across a problem that I was not able...
I would love to be able to change the gutter based on a breakpoint much the same way as the columns currently can. Cheers!
If the total available size is not dividable between the desired amount of columns, you possibly get empty space. Example: Available width: 20px Desired cols: 3. Each col width: 6.66px,...
Sometimes when I refresh or resize the window fillers will disappear and actually vanish from the DOM entirely leaving gaps.