Forums

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

Home Forums CSS What is the media query bound for any phone, tablet?

  • This topic is empty.
Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #272462
    boqsc
    Participant
    #272467
    Beverleyh
    Participant

    There isn’t one, as far as I’m aware.

    #272470
    Dagny
    Participant

    Media queries are based on viewport width & height, the those vary greatly.

    #272473
    Pogany
    Participant

    For a phone you may try 320px for a vertical layout or 480px for an horizontal layout.

    For a small tablet you may try 600px (vertical) & 800px (horizontal)

    But you may decide to use only one breakpoint: foundation.zurb.com uses only one breakpoint at 768px, although the user can decide his own breakpoints.

    Bootstrap ( I think ) uses 4 breakpoints: 480px 768px, 992px & 1200px.

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