Hello,
I published a game on itch-io, and set the size to 900x640.
https://jacklehamster.itch.io/world-of-turtle-remaster
When I resize the window, the game viewport changes and the screen gets cutoff. It shrinks to 600 width. The inner game doesn't detect that change because the iframe remains at 900 width.
Is there any way to detect that resize to adjust the game viewport appropriately?