• Resolved jstudios

    (@jstudios)


    How do you deal with responsive design when some phones have 1080 resolution? Wouldn’t those phones see the full site?

Viewing 8 replies - 1 through 8 (of 8 total)
  • Would that be a problem?

    You can use media queries for any size screen.

    But if you used one for a 1080px screen, it would, in theory, also affect desktop machines.

    Thread Starter jstudios

    (@jstudios)

    I just don’t think it makes sense to see the exact same layout on a 1080 phone and a 1080 monitor/TV.

    Why?

    Thread Starter jstudios

    (@jstudios)

    Well, just a personal thought. I developed my own theme and now want to make it responsive so I wanted to verify if the topic discussed above is an issue or not for clients.

    I plan on using resolution media queries in CSS and wanted to make sure that’s the proper way or if I need to do anything else. If a client of mine asks me why can’t the site look mobile on a 1080 phone I want to make sure it can’t be done or at least give him the correct answer.

    I’d suggest that you get your client to clarify what s/he means by “look mobile”. 🙂

    Thread Starter jstudios

    (@jstudios)

    Lol thanks, now I can code my theme in peace.

Viewing 8 replies - 1 through 8 (of 8 total)
  • The topic ‘How to deal with large resolutions and responsive design?’ is closed to new replies.