AngleSharp by Florian Rappl

<PackageReference Include="AngleSharp" Version="0.8.5" />

.NET API 1,113,600 bytes

 IHtmlVideoElement

Represents the video HTML element.
int DisplayHeight { get; set; }

Gets or sets the displayed height of the video element.

int DisplayWidth { get; set; }

Gets or sets the displayed width of the video element.

int OriginalHeight { get; }

Gets the height of the video.

int OriginalWidth { get; }

Gets the width of the video.

string Poster { get; set; }

Gets or sets the URL to a preview image.