#201 closed defect (bug) (fixed)
Improve group tiling on make.wordpress.org homepage
Reported by: | melchoyce | Owned by: | |
---|---|---|---|
Milestone: | Priority: | normal | |
Component: | Make (Get Involved) / P2 | Keywords: | needs-patch |
Cc: |
Description
Right now, the make.wordpress.org groups are listed in rows, the height of which is determined by the taller tile in the row. This gets really awkward towards the bottom of the page: https://cloudup.com/cTXWdC2keoD
Suggestions:
- Switch community and meta tiles so the height differences are less obvious
- Or, define a min-height so all tiles are the same size
- Best, use masonry.js (http://masonry.desandro.com) so tiles flow together regardless of height
Attachments (1)
Change History (11)
#4
@
11 years ago
Masonry is available to us as we're running WordPress trunk. So just wp_enqueue_script( 'jquery-masonry' ); and you will have the ability to use it in the theme.
I'll commit these changes in the meantime.
#6
@
11 years ago
- Summary changed from Improve group tiling on make.wordpress.org to Improve group tiling on make.wordpress.org homepage
#8
@
11 years ago
Was looking into the Masonry 3 code in 3.9 and remembered this one. So, switched it to use masonry.
Still not perfect at some smaller widths though. Not bad, admittedly. Maybe we should allow that container to be wider for widescreens as well, and expand the number of possible columns?
#9
@
10 years ago
- Resolution set to fixed
- Status changed from new to closed
Closing as fixed unless somebody has a better alternative. For design changes, open a new ticket.
201.diff makes some small style tweaks to the Make homepage:
PS — I made the diff from within the wporg-makehome directory.