danoon2 / Boxedwine

Emulator that can run 32-bit Windows programs/games on multiple platforms via Wine
GNU General Public License v2.0
816 stars 67 forks source link

Is there a way to change the height of the window in the emscripten version? #71

Open christislord12 opened 1 year ago

christislord12 commented 1 year ago

Is there a way to change the height of the window in the emscripten version? I created an application and am trying to get it to run in the emscripten version. The application is running great, the only problem is that the window created is not tall enough for the application. Is there a way to adjust the height? I attached an image so you can see what I am working with. boxedwinetesting

kevodwyer commented 1 year ago

Yes. You can use the url parameter resolution ie boxedwine.html?resolution=800x600