4

web devs... what are the commom screen sizes you use for responsive design. I used the bootstrap grid but there are some tablets which resolution is higher than a normal conputer and that tablet is considered as a computer. Is there any css-only-way to make a difference between desktop, tablet and cellphone?

Comments
  • 3
    i don't design for specific sizes, but let my design dictate the breakpoints.
  • 0
    im not talking about specific sizes... im talking about those breakpoints :)
  • 1
    Possibly use pixel-density "breakpoints" in conjunction with the screen sizes?
  • 0
    my work flow is to resize the browser window and add my media queries at the points the design breaks. that may or may not correspond to device widths, but it will look great on all of them
Add Comment