6 ms·
This is essentially the same idea as something I wrote a while back (compatible in iOS Safari, Android browsers etc) Demo - http://www.jordanm.co.uk/lab/content
by jordanmoore_ 14y ago
This is essentially the same idea as something I wrote a while back (compatible in iOS Safari, Android browsers etc) Demo - http://www.jordanm.co.uk/lab/contentchoreography http://www.jordanm.co.uk/lab/contentchoreography
Article - http://www.jordanm.co.uk/post/21863299677/building-with-content-choreography http://www.jordanm.co.uk/post/21863299677/building-with-cont...
To clarify iOS6 safari and all major mobile browsers use the legacy flexbox syntax. If you want to use the technique of small desktop contexts then use new flexbox, otherwise use the legacy syntax alongside new flexbox to ensure you cover all bases.
- gcb 14y agominus the column mode part...
- jordanmoore_ 14y agoI should further clarify - my documented approach is for re-arranging layouts for small viewports in responsive web design so flexbox only kicks in for narrow widths. The approach the author demonstrates is for using flexbox in general.