Skip to content

Commit

Permalink
Merge pull request #41 from gene-pavlovsky/add-disable-pip-to-video
Browse files Browse the repository at this point in the history
Add disablePictureInPicture to Video
  • Loading branch information
gene-pavlovsky authored Feb 25, 2024
2 parents 9353a77 + 6ac460f commit b098e20
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/tink/domspec/Attributes.hx
Original file line number Diff line number Diff line change
Expand Up @@ -196,6 +196,7 @@ typedef VideoAttr = {>MediaAttr,
@:optional var poster(default, never):String;
@:optional var width(default, never):Int;
@:optional var playsInline(default, never):Bool;
@:optional var disablePictureInPicture(default, never):Bool;
}

typedef SourceAttr = {>GlobalAttr<Style>,
Expand Down

0 comments on commit b098e20

Please sign in to comment.