Welcome to the Treehouse Community

Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.

Looking to learn something new?

Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.

Start your free trial

CSS

Where are you getting the specific pixel breakpoints for the media queries? How do you know which numbers to use?

Curious if there is a guide or something to the breakpoints you are using? How are you coming up with those specific breakpoints?

2 Answers

Nicholas Grenwalt
Nicholas Grenwalt
46,626 Points

Chrome has an awesome extension called Window Resizer that works wonders. Allows you to adjust your browser window to specified dimensions based on popular devices. You should definitely check it out.

Thank you.

Nicholas Grenwalt solution is the best way in my opinion, but if for whatever reason you don't want chrome extensions downloaded on your machine you can still find out screen sizes of popular devices by clicking chrome's menu tab in the top right corner, more tools, developer tools (shortcut: ctrl+shift+i).

This open up the code panel, in the top left corner is a mobile icon. Click this and you can select the various devices, see the screen size and and how your site looks on each screen.

Thank you for your info.