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 trialmattlebl
10,849 PointsMobile Device Widths
Hi there, I was wondering if anyone knew of an online list of the widths of the most popular mobile devices, to be used to make responsive websites.
Thanks in advance!
2 Answers
Kevin Korte
28,149 PointsI agree with Jason! I like to build with percentages based on content, I couldn't even tell you what the size of an iPad is of the top of my head at the moment. I believe an iPhone 4/4s is 320x400? Don't remember any of the other ones.
With how fast mobile device screen sizes are changing, you don't want to set up values or breakpoints based on these devices, because tomorrow it'll be different.
Jason Anello
Courses Plus Student 94,610 PointsI recommend that you use breakpoints based on your content/design and not on the current crop of popular devices.
mattlebl
10,849 Pointsmattlebl
10,849 PointsAwesome. Thank you both. Jason Anello