What's the maximum pixel value of CSS width an

2019-01-06 19:52发布

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条回答
ら.Afraid
2楼-- · 2019-01-06 20:18

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
查看更多
登录 后发表回答