videoHeight property

num videoHeight

Gets the intrinsic height of a video in CSS pixels, or zero if the dimensions are not known.

MDN Reference

Implementation

_i2.num get videoHeight => _i4.getProperty(
      this,
      'videoHeight',
    );