I have a video that autoplays when enter on page.
So far so good.
Beneath the video screen I have a text field which displays the video full screen but fills entire screen and does not keep the 16x9 aspect of the widescreen video.
On this text field I have used code:
Video.SetFullScreen("Video1", true);
and tried I think every variation poss using
Video.SetFullScreen("Video1", true);
Video.SetProperties("Video1", ScalingMode '1');
I get error messages (like this)

Can anyone help pls?
thanks
So far so good.
Beneath the video screen I have a text field which displays the video full screen but fills entire screen and does not keep the 16x9 aspect of the widescreen video.
On this text field I have used code:
Video.SetFullScreen("Video1", true);
and tried I think every variation poss using
Video.SetFullScreen("Video1", true);
Video.SetProperties("Video1", ScalingMode '1');
I get error messages (like this)

Can anyone help pls?
thanks
Comment