-
Notifications
You must be signed in to change notification settings - Fork 44
New layout suggestion: Masonry #57
Comments
Masonry layout (similar to this: http://masonry.desandro.com), which is like a grid, but supports widgets which can be of variable height and perhaps variable width. |
With respect to custom widths too is a quite common scenario: http://erikjohanssonphoto.com/work/imagecats/personal |
Agreed, it would need to support variable height and widths for each of the items in the grid. |
Super excited, can't wait to try this out! |
It might be a while before I have the time to work on this. It would basically be a modified version of CollectionLayout. If anyone wants to help, that would be great. Let me know and I will you give all the support you need. |
For the record: https://github.com/nmn/famousry - "A jquery Masonry / Isotope library written in Famo.us". I tested it and it works. Maybe useful for inspiration. |
I was trying to write Masonry like layout with only difference - height of outer container is fixed. |
check out the following Gist with a layout that I wrote for your LayoutController: https://gist.github.com/Qvatra/65d481ce0596e6f1b012 here is codePen example: http://codepen.io/Qvatra/pen/ogmYJW |
+1. This is a very useful contemporary style. |
Will masonry style layout ever be included to your library? BTW, it is a joy working with famous-flex, even if we don't know what's happening at Famous Industries Inc. |
It's not planned for the foreseeable future at this moment. It would be really awesome if the community could help to build this layout :) |
Can't wait for it. |
Yes that one potentially too. |
No description provided.
The text was updated successfully, but these errors were encountered: