How to resize the game in iframe (web export)

:information_source: Attention Topic was automatically imported from the old Question2Answer platform.
:bust_in_silhouette: Asked By fpicoral

I would like to now how do I resize the game in an HTML page. I put it on an iframe but when I resize with CSS the game size stays the same, what changes is the iframe size (I get a black background but the game stays in the original size). The only way I found to change the size was using transform: scale on css but using this method I can’t choose the widht/height. Is there a way to do that?