-3

What are the most popular breakpoints used in responsive design today? My interest is mainly mobile > tablet > desktop.

No opinions solicited, just hoping for concrete answers

bleepbloop
  • 71
  • 7
  • 2
    Welcome to Stack Overflow! This question is either **too broad, opinion based or requires discussion** and so is off-topic for Stack Overflow. If you have a specific, answerable, programming issue, please provide full details. Concrete data is NOT available unless you check **every site on the internet**...you ARE asking for opinions when referring to **popular** – Paulie_D Mar 06 '16 at 22:33
  • 1
    Please don't repost questions - http://stackoverflow.com/questions/35831548/what-are-the-industry-standard-breakpoints-in-responsive-design-based-on-the-mos – Paulie_D Mar 06 '16 at 22:34
  • Your question is bad and you should feel bad. – John Hascall Mar 06 '16 at 22:52
  • you are welcome to your "opinion", @Paulie_D, but i think i just got a good answer from Damian Krawczyk. – bleepbloop Mar 06 '16 at 23:38

1 Answers1

0

Twitter bootstrap

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

Foundation 6

  • Small: any screen
  • Medium: any screen 640 pixels or wider.
  • Large: any screen 1024 pixels or wider.
Damian Krawczyk
  • 2,241
  • 1
  • 18
  • 26
  • I didn't think to check the frameworks. Thanks for referencing the two most popular frameworks out there since i'm sure their breakpoints are well researched. – bleepbloop Mar 06 '16 at 23:38