aspectVideo method

ContainerBuilder aspectVideo()

aspect-video -> aspect-ratio: 16 / 9

Implementation

ContainerBuilder aspectVideo() {
  _aspectRatio = 16 / 9;
  return this;
}