kittykatattack / hexi

Make games the fun way!
MIT License
551 stars 83 forks source link

Ability to put canvas into any <div> #20

Closed icarito closed 7 years ago

icarito commented 7 years ago

I tried reparenting inside a container and then scaling became an issue. I'd like to scaleToElement if you know what I mean ;-) I'm not a javascript expert...

icarito commented 7 years ago

Incidentally, the reason I need this is because scaleToWindow doesn't work well for me in a wide, scaled viewport (320, 120), on Chromium 53

icarito commented 7 years ago

image

notice the scrollbars

icarito commented 7 years ago

For the specific issue in Chromium I was able to work around it with:

    body {
        overflow:hidden;
    }
kittykatattack commented 7 years ago

Thanks for reporting this!