HTML5 Canvas Image Size Tutorial
Description
To set the size of an image using HTML5 Canvas, we can add two additional arguments to the drawImage() method, width and height.
To set the size of an image using HTML5 Canvas, we can add two additional arguments to the drawImage() method, width and height.