Maximum size of an element in HTML

WBOY
Release: 2023-09-08 14:37:05
forward
662 people have browsed it

Maximum size of an element in HTML

All web browsers limit the width, height, and area of ​​canvas elements.

For Google Chrome, strong> the maximum allowed width and height is 32,767 pixels, and the maximum allowed area is 268,435,456 pixels.

For Firefox, the maximum width and height allowed is 32,767 pixels and the maximum area allowed is 472,907,776 pixels.

For IE, the maximum width and height allowed is 8,192 pixels.

For IE Mobile, the maximum allowed width and height is 4,096 pixels.

The above is the detailed content of Maximum size of an element in HTML. For more information, please follow other related articles on the PHP Chinese website!

source:tutorialspoint.com
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template