fitHeight method

void fitHeight(
  1. Size screenSize
)

Fits the video to screen height.

Implementation

void fitHeight(Size screenSize) {
  setSize(screenSize);
  _callMethod('setTopMargin("0px")');
}