How can I automatically scale the HTML5 element to fit the page?
For example, I can get a
The following solution worked for me the best. Since I'm relatively new to coding, I like to have visual confirmation that something is working the way I expect it to. I found it at the following site: http://htmlcheats.com/html/resize-the-html5-canvas-dyamically/
Here's the code:
Resize HTML5 canvas dynamically | www.htmlcheats.com