React/Babylon build ?ns: engineOptions, render loops

I would recommend using CSS instead of heights. You could assign an id to the canvas and have in css:

#yourCanvasId {
    width:100%;
    height: 100%;
}
1 Like