Remove margin and padding
Opened this issue · 2 comments
Deleted user commented
I noticed that there's a bit of margin and padding when running my game. I have tried setting `margin: 0 padding: 0; on the canvas, body, and html but it doesn't work.
liamnajor commented
did you set x and y of Crafty.init to window.availWidth/availHeight? that works for me...
Deleted user commented
Resolved #1179