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 trialguram 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,638 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