videoAspectRatio property

String? videoAspectRatio
getter/setter pair

The aspect ratio of the autoplaying YouTube video on the Masthead. Possible string values are:

  • "VIDEO_ASPECT_RATIO_UNSPECIFIED" : Not specified or unknown.
  • "VIDEO_ASPECT_RATIO_WIDESCREEN" : The video is stretched and the top and bottom are cropped.
  • "VIDEO_ASPECT_RATIO_FIXED_16_9" : The video uses a fixed 16:9 aspect ratio.

Implementation

core.String? videoAspectRatio;