Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Question] Use a more popular screen resolution as default viewport? #1037

Closed
arjunattam opened this issue Feb 15, 2020 · 4 comments
Closed

Comments

@arjunattam
Copy link
Contributor

Looking at statcounter it seems that the top 3 desktop screen resolutions are:

1366x768 - 23.09%
1920x1080 - 21.04%
1536x864 - 7.05%

Would it be better to use 1366x768 as the default viewport size, instead of 800x600?

@pavelfeldman
Copy link
Member

How about 1280x720? Rationale is that it is already 16x9 and it is close to the non-maximized browser window taking most of the screen.

@arjunattam
Copy link
Contributor Author

yeah, I also prefer the wholeness of 1280 vs 1366.

@JoelEinbinder
Copy link
Contributor

960 is the default width on mobile when displaying desktop sites.

@pavelfeldman
Copy link
Member

@JoelEinbinder we emulate desktop by default, so I don't think 960 is relevant there. We should default desktop to popular desktop size and default mobile to popular mobile size. Neither one is 960. If mobile is true and site has no viewport config - 960 happens on its own.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants