Update: I did find a way to figure it out. After building your project, you want to open the index.html file that was produced. This file contains set canvas values at whatever you set as your default in the resolution and presentation, along with other fixed values. You have to change these fixed dimensions so that the canvas will automatically stretch to fill when called for. In retrospect, this makes a lot of sense, but it took a while to really figure it out.