File tree Expand file tree Collapse file tree 1 file changed +8
-0
lines changed Expand file tree Collapse file tree 1 file changed +8
-0
lines changed Original file line number Diff line number Diff line change @@ -58,11 +58,19 @@ screen). Set to `0` (or leave this setting out) to play the video at
58
58
whatever size the asset is configured for (or, if a size is not
59
59
specified there, at the native video size).
60
60
61
+ OLD VERSIONS :
61
62
Note that the `height:` and `width:` settings cannot stretch or skew the
62
63
video. So if you enter values that result in an aspect ratio for the
63
64
video widget that does not match the video itself, then the video will
64
65
be sized as large as it can within the bounds of the size of the widget.
65
66
67
+ TESTED IN MPF 0.57 & KIVY 2.2.1 :
68
+ With the 2.2.1 Kivy version `height:` and `width:` settings can now stretch the video,
69
+ skewing hasn't been tested. It's important to note, that both values must
70
+ be set for the changes to happen; for example : if you only set `height:`
71
+ to the desired value, the `width:` setting will default to `0` causing the
72
+ video to be in it's native size.
73
+
66
74
# ## width:
67
75
68
76
Lets you specify the width of the video. Set to `0` (or leave the
You can’t perform that action at this time.
0 commit comments