How to do full width in <canvas> element?
I got full width in a <div>
object, but now, the same style ( in the style
attribute ) , doesn't work in a <canvas>
object. How to fix it so that the right will have -8px away from the right side. So, how to do that?
Voters
RixTheTyrunt
Next question upcoming :/
RixTheTyrunt
Sorry, I know your answer is same, but @sedated's code is a bit easier to understand, yours is a confusing
ch1ck3n
why cant you just do width: calc(100% - 16px);
You can use javascript to resize your canvas without losing quality when using css.
Then you can use CSS to remove the margin & padding.
[email protected] Y0U F0R H3LP