curiousdannii / infocom-frotz

Online player for Infocom's multimedia games
https://curiousdannii.github.io/infocom-frotz/
GNU General Public License v2.0
2 stars 1 forks source link

Make it bigger on desktop #3

Open dfabulich opened 4 months ago

dfabulich commented 4 months ago

https://curiousdannii.github.io/infocom-frotz/journey.html looks very small on my laptop screen.

I think it would be good to let the canvas grow to fit the width of the window

dfabulich commented 4 months ago

This will likely look better if/when we do #4

curiousdannii commented 4 months ago

This is a bit trickier because Frotz itself sets its own size. I had to do some manual hacking to avoid it being wider than the screen on mobile. But yeah, probably no point even attempting it until there's better pixel density support.