Forums

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

Home Forums CSS Media Queries for Standard Devices still up to date on this Site?

  • This topic is empty.
Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #44025
    rodolpheb
    Participant

    Hi, I’m wondering if this page : https://css-tricks.com/snippets/css/media-queries-for-standard-devices/ is still up to date.

    Thanks.

    #131324
    Senff
    Participant

    It doesn’t take iPhone 5 landscape into consideration, so no, it could use some updating.

    However I’m a big fan of not using standard breakpoints (based on standard devices / resolutions), but using breakpoints based on where your design breaks.

    #131325
    rodolpheb
    Participant

    Hi Senff,
    thanks for your answer which reminds me of this article: http://openweb.eu.org/articles/defining-breakpoints

    #131327
    Chris Coyier
    Keymaster

    Yeah…. it’s not *wrong* but I wouldn’t write media queries like that anymore. Mostly just change browser window until it “gets weird” and put a media query there to fix it.

    #131377
    rodolpheb
    Participant

    Thanx Chris, I totally agree.

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