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

Feature request: Show CSS Resolution #117

Open
AliMD opened this issue May 21, 2015 · 3 comments
Open

Feature request: Show CSS Resolution #117

AliMD opened this issue May 21, 2015 · 3 comments

Comments

@AliMD
Copy link
Contributor

AliMD commented May 21, 2015

We usualy check dpi.lv for check dppx in mobile devices for calculate CSS Resolution
Whats your idea about calculate css resolution by dppx (if available) and show in the list ?
If interested, may i pull request ?

@raldred
Copy link

raldred commented Jul 22, 2015

This idea is in theory simple to implement

css_width = device_width / dppx
css_height = device_height / dppx

However it wouldn't be that simple to provide a proper viewport sizes for use in CSS media queries etc
The viewport size varies depending on the browser and visible components of the browser. This could possibly be quite a big job to implement in the list interface and to maintain for browser versions.

My feeling is good idea but possibly beyond the scope of dpi.lv

👍

@LeaVerou
Copy link
Owner

I would be interested in having this as a tooltip on the width/height <td>s.

@fritzmg
Copy link

fritzmg commented Mar 15, 2017

Some of the dppx values are wrong though. For instance the iMacs with a DPI value of 219 should have a dppx value of 2, at least I am guessing they should have. However they are listed as having a dppx value of 1.

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

4 participants