-
Notifications
You must be signed in to change notification settings - Fork 315
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
separate options for gutterWidth and gutterHeight #2
Comments
+1 Would be helpful for creating more ireggular grids. |
That would be useful! |
+1 |
4 similar comments
+1 |
+1 |
+1 |
+1 |
Solution might be to give the smallest amount with the options. And provide extra needed margin via CSS for ie the bottom. |
+1 |
1 similar comment
+1 |
+1 |
1 similar comment
+1 |
I would love to have this feature, too - I am using packery in a responsive layout and smaller boxes stacked upon each other don't align with the taller boxes, just as in http://codepen.io/desandro/pen/pBlIw |
I tried to extend packery with a gutterHeight option for responsive layouts and it seems to almost work, at least with pixel values. When you resize http://codepen.io/magrolino/pen/yGdzk the vertical Gutter stays the same and is different from the horizontal gutter. However, when I drag and drop the tiles vertically, the more I drag an item the more it is positioned too far down (like I missed taking the vertical gutter being taken into account when positioning / dragging an element to a new position, after window resize it fits again). Am i completely off or is there a possible solution out there, at least with fixed pixel values? p.s.: please forgive the brute approach for extending the options... |
I did not add a fallback (yet) when no gutterHeight is provided, but resizing in both directions works and so does browser-resizing, too. https://dl.dropboxusercontent.com/u/81358/jing/packery-gutterHeight-bug.mp4 Fun thing: if I position a tile "wrong", resizing the browser window re-places it correctly. Can somebody point me in the right direction? |
+1 |
1 similar comment
+1 |
+1 pretty please |
+1, with ice cream on top |
+1 |
1 similar comment
+1 |
+1 |
+100500 |
+1 |
Can everyone please stop adding +1 comments to this ticket? At this point they add no useful value, and they only cause a lot of useless email to be send to everyone. @desandro, perhaps you can lock this discussion? |
+1 to what wichert said |
+1 |
1 similar comment
+1 |
It appear that this feature would be really helpfull. And by the way : +1 |
+1 |
Hello @desandro |
Right now
gutter
is a single option that controls both the vertical gutter and horizontal gutter between item elements. Having separate options forgutterWidth
andgutterHeight
would allow you to control these values separately.Please +1 if you'd like to see this feature.
The text was updated successfully, but these errors were encountered: