Home>Article>Web Front-end> Maximum size of an element in HTML
All web browsers limit the width, height, and area of canvas elements.
ForGoogle Chrome, strong> the maximum allowed width and height is 32,767 pixels, and the maximum allowed area is 268,435,456 pixels.
ForFirefox,the maximum width and height allowed is 32,767 pixels and the maximum area allowed is 472,907,776 pixels.
ForIE, the maximum width and height allowed is 8,192 pixels.
ForIE Mobile, themaximum 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!