Canvas width and height in HTML5

Is it possible to fix the width and height of an HTML5 canvas element?

The usual way is the following :

<canvas id="canvas" width="300" height="300"></canvas>

3 Answers
3

Leave a Comment