getify / cloud-sweeper

A casual game built for the web.
94 stars 17 forks source link

remove the 100% in width/height CSS #9

Closed getify closed 8 years ago

getify commented 8 years ago

suspect that the width: 100%; height: 100% CSS (which are overridden with style setting) is messing with some browsers' ability correctly display the <canvas> at its requested size.

May also be the reason why some browsers seem to report improper numbers for width / height so the game cannot properly scale/ratio itself -- thus possibly related to #8.