

- Trending Categories
Data Structure
Networking
RDBMS
Operating System
Java
iOS
HTML
CSS
Android
Python
C Programming
C++
C#
MongoDB
MySQL
Javascript
PHP
- Selected Reading
- UPSC IAS Exams Notes
- Developer's Best Practices
- Questions and Answers
- Effective Resume Writing
- HR Interview Questions
- Computer Glossary
- Who is Who
Maximum size of a <canvas> element in HTML
All web browsers limit the canvas element’s width, height, and area.
For Google Chrome, the maximum allowable width and height are 32,767 pixels and the maximum allowable area is 268,435,456 pixels.
For Firefox, the maximum allowable width and height are 32,767 pixels and the maximum allowable area is 472,907,776 pixels.
For IE, the maximum allowable width and height are 8,192 pixels.
For IE Mobile, the maximum allowable width and height are 4,096 pixels.
- Related Questions & Answers
- HTML5 Canvas Font Size Based on Canvas Size
- Maximum Unique Element in every subarray of size K in c++
- Print a HTML5 canvas element
- HTML canvas Tag
- HTML Canvas Basics
- Setting the size of the plotting canvas in Matplotlib
- What is the maximum size of a document in MongoDB?
- HTML canvas strokeStyle Property
- HTML canvas strokeRect() Method
- HTML canvas clearRect() Method
- HTML canvas fill() Method
- HTML canvas fillRect() Method
- HTML canvas fillStyle Property
- HTML canvas rect() Method
- HTML canvas shadowColor Property
Advertisements