GreenImp / bill-bootstrap

A fully responsive web framework, for rapid web development and quick design.
http://bill.greenimp.co.uk
Other
0 stars 0 forks source link

Allow for static-responsive layout #12

Closed GreenImp closed 7 years ago

GreenImp commented 11 years ago

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

  1. Should this be the default layout type (or should we default to fluid)? If so, why?
  2. What sizes should we use at what screen resolutions? (I guess we could take this from Foundation?)
  3. It needs to be very easy to switch from fluid to non-fluid (and vice-versa).

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.


GreenImp commented 11 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

GreenImp commented 11 years ago

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/