Z.device.playFullScreenVideo versus Video Player

The playFullScreenVideo doesn’t expose any properties. It also doesn’t rotate the video when the phone rotates. However, it is full screen.

I have taken the route of adding the video player and have even been able to rotate the video with the orientation of the phone. One thing I haven’t been able to find is where to get the screen size so I can set the scale of the video, because it’s not full screen and it needs to be.

I was hoping I could do something like this to make the video player full screen:

videoPlayer.scale(Z.device.scale);

Searching the forums and the documentation has turned up anything yet. Can someone point me in the right direction?