- Nov 20, 2022
- 1
- 3
To increase window width:
1. Open the index.html in notepad.
2. Search for "max-width:400px".
3. Delete the line or change it to something bigger.
There is another for images called "max-height:500px" if they are too small.
It is fairly simple to change UI elements in html games.
Right click inspect the box and mess with the css until you're happy with how things look.
Notice the crossed out "max-width" element below. Firefox at least allow to change it directly from the DevTools.
1. Open the index.html in notepad.
2. Search for "max-width:400px".
3. Delete the line or change it to something bigger.
There is another for images called "max-height:500px" if they are too small.
It is fairly simple to change UI elements in html games.
Right click inspect the box and mess with the css until you're happy with how things look.
Notice the crossed out "max-width" element below. Firefox at least allow to change it directly from the DevTools.