What's the maximum pixel value of CSS width and height properties?

☆樱花仙子☆ 提交于 2019-11-26 07:44:22

问题


What are the largest valid px values that CSS width and height properties accept?

(I\'m currently building a webapp that creates a very large zoomable container element and I want to know what are the actual limits.)


回答1:


Using the CSS inspector that comes with certain browsers on an element with 10000000000px width and height:

Firefox: 33554400px
Chrome:  33554428px
Opera:   33554428px
IE 9:    21474836.47px


来源:https://stackoverflow.com/questions/16637530/whats-the-maximum-pixel-value-of-css-width-and-height-properties

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!