Home >Web Front-end >HTML Tutorial >Maximum size of an element in HTML

Maximum size of an element in HTML

WBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWB
WBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBforward
2023-09-08 14:37:05713browse

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!

Statement:
This article is reproduced at:tutorialspoint.com. If there is any infringement, please contact admin@php.cn delete