Looking to create a rectangular canvas that acts as a progress bar, but struggling with setting the width and height to 100%. It doesn't seem to fill the parent container properly.
Check out this example below:
http://jsfiddle.net/PQS3A/
Is it feasible to create a non-square canvas? I want the canvas dimensions to adjust dynamically based on the screen size, including mobile devices, without hardcoding specific values.