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%;
}
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%;
}