VoxelSpace icon indicating copy to clipboard operation
VoxelSpace copied to clipboard

When screen is wider than 800px render width is caped at 800 px

Open Daynvheur opened this issue 10 months ago • 0 comments

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?

Daynvheur avatar Apr 26 '24 22:04 Daynvheur