开发者

How many pixels is the screen (maxized window)

开发者 https://www.devze.com 2023-02-07 02:25 出处:网络
Is there any international standard to get the pixels of a scre开发者_运维百科en in a maxized browser window?None standards like that exist. You can only assume basing on statistics, what is the lowes

Is there any international standard to get the pixels of a scre开发者_运维百科en in a maxized browser window?


None standards like that exist. You can only assume basing on statistics, what is the lowest popular resolution and accomodate to that. Current;y 1024px screen width for desktop OSs is pretty much it.

You still need to substract some pixels for browser GUI objects (like scrollbars for example). Since the size of these items depends on the OS/browser/browser settings used, this number can vary.

Bottom line: there is no standard.

0

精彩评论

暂无评论...
验证码 换一张
取 消