Skeleton is made to scale to also fit mobile browsers, following the principles of responsive web design. Does Bootstrap offer the same?

link|improve this question

33% accept rate
No. Go to the project page, look at the grid (twitter.github.com/bootstrap/#grid-system) and resize your browser. The grid doesn't change. – motoxer4533 Nov 21 '11 at 14:51
feedback

3 Answers

up vote 15 down vote accepted

Not yet - http://groups.google.com/group/twitter-bootstrap/browse_thread/thread/6db57d09f654a326?pli=1

But it will be, at some point. The Roadmap has this in for version 2.0. It's lightweight enough that in my experience you can add in your own media queries without much trouble.

EDIT - As of 1 Feb 2012, version 2.0 is out, which is responsive down to mobile out of the box.

link|improve this answer
1  
does this mean basic use of framework gets you mobile support for free, or do you have to accommodate it some how? (ps thank you for revising your answer) – SizzlePants Feb 8 at 18:35
1  
In Twitter's own words: Bootstrap doesn't automatically include these media queries, but understanding and adding them is very easy and requires minimal setup. If you download the latest version (CSS rather than LESS), you'll see the stylesheet. Stick with the structure and classes from Bootstrap and there's nothing special you need to do. – Ed-M Feb 9 at 16:28
2  
Add <meta name="viewport" content="width=device-width, initial-scale=1.0"> to your header. – Dien Mar 7 at 3:49
feedback

Apparently it should support it now.

Originally built with only modern browsers in mind, Bootstrap has evolved to include support for all major browsers (even IE7!) and, with Bootstrap 2, tablets and smartphones, too.

Source: http://twitter.github.com/bootstrap/#grid-system

If you go to the site and resize your browser, you will se it's fitting nicely.

link|improve this answer
feedback

Yes Twitter Bootstrap's 2.0 version is based on responsive web design. look at their website: http://twitter.github.com/bootstrap/. You will have to play around with it when you download, cause the download version does not have it. You will have to rename the responsive css, best option is to look at their website and try to reverse engineer it.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.