canvasElement.width = 1920; canvasElement.height = 1080; // note, canvasElement.style.width != canvasElement.width // cE.style.width is the size of the canvas and cE.width is it's resolution