How to display web app within a frame in an HTML page?

Godot Version

4.4.1

Question

I’m having an issue where the Godot web export is failing to size the app properly. I was thinking that I might try to have it embedded within an <iframe> or something, not only to try and solve this resizing issue, but also so that the app can sit along side other web page elements. I can’t find any docs for this, though. How do I get the app to sit inside a frame on my HTML page?

Everything else is just basic HTML / CSS to size the element however you want.

1 Like