This repository was archived by the owner on Oct 8, 2021. It is now read-only.
This repository was archived by the owner on Oct 8, 2021. It is now read-only.
liquid grid #3952
Closed
Description
Feature request: A grid layout that did not have a set number of columns but instead filled the available width of the screen with fixed-width columns before wrapping. Would reflow on orientation change. If this is trivially possible with the existing framework and I'm just lazy and/or an idiot, an example in the documentation would be a great addition.
Activity
toddparker commentedon Apr 2, 2012
Mind linking this to the feature request wiki page?
Trott commentedon Apr 2, 2012
Sure, linked in the wiki page.
toddparker commentedon Sep 26, 2012
Jus tot be clear: this is just a demo showing how to have a number of fixed width blocks that are floated so they wrap as needed to fit inside the container? Or is the goal to have these be somewhat fluid but break to 1, 2, 3, 4 across responsively with media queries?