Media Queries?

Out of context: Reply #6

  • Started
  • Last post
  • 25 Responses
  • ukit20

    The people who created Bootstrap, who I'm guessing have researched this issue, mention four sizes:

    Extra small devices Phones (<768px)
    Small devices Tablets (≥768px)
    Medium devices Desktops (≥992px)
    Large devices Desktops (≥1200px)

    http://getbootstrap.com/css/

    However sometimes, especially if you want a smooth transition effect on desktop as the user changes the browser window size, you may have to add additional breakpoints in between. There is no fixed number that you need but presumably at minimum you want your site to display properly on the three major kinds of devices — desktop, tablet and phone.

View thread