The max-width and max-height CSS properties are generally the easiest solution. You can add them to the head HTML:
<style>
#index_hype_container {
max-width: 900px;
max-height: 635px;
}
</style>
Note that this is targeting the main container div. The name of this will change based on your export, so you may need to rename it to something else. Hype’s preview always uses “index”.