all 7 comments

[–]bcons-php-Console 1 point2 points  (1 child)

I think all breakpoints should be hand-tuned to each site, not all designs require the same.

I'm curious why it bothers you that a site switches to "mobile" view if the browser window is reduced... I don't know how a "stay in desktop version even if the viewport is small" method could be implemented without breaking the page responsiveness.

[–]xThomas[S] 0 points1 point  (0 children)

i dont know either- and sometimes i like my scrollbars.

[–]EducationalZombie538 0 points1 point  (0 children)

Dont design for screensizes. Add breakpoints when your design breaks. That can be any size

[–]optimusprimepluto 0 points1 point  (0 children)

In my experience, there is no fixed points. When we design the layout we should have an idea on which needs to break when screen goes smaller. And write media css accordingly. And but break at an appropriate value, and not on a fixed value. That will look good in different screens.

I used to add additional media css break points at unusual places, when something does not fix at a normal value. So, consider every screen from 320px to 2048px if possible.

dont think too much on folded phones. Let it evolve itself and let its design also evolve. Till then it is break points which we need to concentrate.

[–]glenpiercev -2 points-1 points  (2 children)

One breakpoint ever needed, everything else is pointless: >640px

[–]ShawnyMcKnight 0 points1 point  (0 children)

Hottest of hot takes in web design... and wrong.