Skip to content

Commit

Permalink
Clarify MPFVideoPlayer expand property
Browse files Browse the repository at this point in the history
  • Loading branch information
avanwinkle committed Jul 7, 2024
1 parent f638da3 commit 6959944
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion docs/gmc/reference/mpf-video-player.md
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,10 @@ If `hide_behavior` is "continue", it will play immediately even if not visible.

Single value, type `boolean`. Default `false`.

If checked, this video will expand to fill the size of the `MPFVideoPlayer` container. If unchecked, the video will play at its native resolution.
If checked, this video will scale to fill the size of the `MPFVideoPlayer` node. You can manually position and size the video player node to your liking, or let it inherit from its parent container.

If unchecked, the video will play at its native resolution. You will not be able to adjust the size of the video player node.


### loop:

Expand Down

0 comments on commit 6959944

Please sign in to comment.