Closed GreenImp closed 7 years ago
Original comment by Lee Langley (Bitbucket: LeeLangleyRees, GitHub: Unknown):
Adds 'Adaptive' layout to system
Enables an adaptive grid system, as well as fluid.
Fluid is default. To switch to adaptive, add the class 'adapt', to the 'container'/'ship' element.
Close #12
Original comment by Lee Langley (Bitbucket: LeeLangleyRees, GitHub: Unknown):
Weighing up the positive/negative sides of Adaptive/Fluid layouts:
http://www.1stwebdesigner.com/design/adaptive-fluid-approach-responsive-web-design/
Originally reported by: Lee Langley (Bitbucket: LeeLangleyRees, GitHub: Unknown)
Not quite sure what the difference in names for everything is, but this issue raises the requirement to allow a non-fluid, fixed-width layout, which changes at certain screen sizes (Just the way you like them).
Considerations
My Thoughts
Personally I feel that a fluid layout should be default, as I see it being more useful (I can't see the point in a fixed responsive layout). But I would be very interested in your views.
I figured that changing the layout to/from fluid/fixed should be as simple as adding a class name to the body tag (or html tag).
Kieron, I have assigned this to you, not necessarily because you have to do it, but because you have a bit more insight into what we need to do here.