You can set width and height for the window in which your presentation will be rendered with
<root-layout>
.
The following source will create a window with a 300x200 pixels dimension and also sets the background to be white.
<layout> <root-layout width="300" height="200" background-color="white" /> </layout>