https://github.com/s-macke/VoxelSpace/blob/60d7ae12f232f940805afafd5720fa908c173833/VoxelSpace.html#L497 Expected code may be: ``` screendata.canvas.width = window.innerWidth<800?800:window.innerWidth; ``` Why the 800px hard limit?
VoxelSpace/VoxelSpace.html
Line 497 in 60d7ae1
Expected code may be:
Why the 800px hard limit?