Welcome to the Treehouse Community
The Treehouse Community is a meeting place for developers, designers, and programmers of all backgrounds and skill levels to get support. Collaborate here on code errors or bugs that you need feedback on, or asking for an extra set of eyes on your latest project. Join thousands of Treehouse students and alumni in the community today. (Note: Only Treehouse students can comment or ask questions, but non-students are welcome to browse our conversations.)
Looking to learn something new?
Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and a supportive community. Start your free trial today.

guram dgebuadze
Front End Web Development Techdegree Student 4,122 PointsMedia query breakpoints
How should I determine breakpoint? Should I use common popular device dimensions or , should I work depending on content ? What is the best way
2 Answers

Aakash Srivastav
Full Stack JavaScript Techdegree Student 11,625 PointsHey guram dgebuadze , if you are a begginer , then you can use the standard breaking points to start with.
It will help you to understand how responsiveness works.
But it's more practical to base them on your particular layout instead. That is, gradually narrow your desktop browser window and observe the natural breakpoints for your content. It's different for every site. As long as the design flows well at each browser width, it should work pretty reliably on any screen size (and there are lots and lots of them out there.)
Just start with standard breakpoint and after making 4-5 responsive pages, you will get your hands on it :)
Hope it helps