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 CSS Layout Techniques Float Layout Mobile First Layout

Mobile 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
Kevin Korte
28,149 Points

I 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.

Awesome. Thank you both. Jason Anello

I recommend that you use breakpoints based on your content/design and not on the current crop of popular devices.