Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS Responsive web design – thoughts upon pixels

  • This topic is empty.
Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #37940

    Hi. I recently read Ethan Marcottes book Responsive Web Design. It was a very good book with a lot of new to think about.

    The thing is when he uses media queries for mobile devices, he says all the time that I should use max-width: 320 px or 480 px for landscape mode. And he also uses iPhone for most of his examples.

    What I don’t get is that iPhone has a resolution of 960 x 640 pixels. Can I really use @media screen and (max-width: 320px) for iPhone? I can’t use max-width: 960 px because that would ruin the experience for small desktop computers and tablets.

    Or is it so that iPhone automaticly adjusts itself with the 320px statement?

    Otherwise, what should I use, millimeters?

    #102364

    Well,, in the book he used iPhone 4. And that is why I started wondering

    #102403
    tjkrusinski
    Member

    Also, a way to target the iPhone 4, you can use ‘min-device-pixel-ratio : 1.5’.

    #102404

    tjkrusinki, I guess that only targets iPhone? I want it to work for all mobile devices.

Viewing 4 posts - 1 through 4 (of 4 total)
  • The forum ‘CSS’ is closed to new topics and replies.