Setting default res for HTML

Hi!

Do the following. Go into the UE4 folder. Open the \Engine\Build\HTML5\Game.html.template in notepad.

Find this:

canvas.main:not([fullscreen]) {
  padding-right: 0;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

Decrease the parameter WIDTH as you need.