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

Screen width/height issues #17

Closed
halliwell-g opened this issue Dec 8, 2016 · 3 comments
Closed

Screen width/height issues #17

halliwell-g opened this issue Dec 8, 2016 · 3 comments

Comments

@halliwell-g
Copy link

Currently it's not possible for a page to detect the display's resolution capability for video display. A few things to note:

  • decode height/width capability can be independent of screen height/width.
  • window.screen/width is defined in css pixels, not physical pixels.
  • additionally, some hardware displays video in separate plane which may have different resolution than graphics.
@ddorwin
Copy link

ddorwin commented Dec 8, 2016

For the third item, see also #15.

@jpiesing
Copy link

jpiesing commented Dec 8, 2016

21:9 TV sets come and go. When Philips last did 21:9 sets, the video would fill the entire 21:9 area of the display but graphics was in a separate plane which was the centre 16:9 of the 21:9.

@mounirlamouri
Copy link
Member

It sounds to me that this is a duplicate of #25. Please, reopen if I misunderstood.

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