I have an cross platform app that shows also video-tutorials. The app runs in portrait orientation so the videos are also recorded in that format. But the portrait-videos are only shown in the middle of the screen, not full screen. In B4A I use SimpleExoPlayerView and I changed the ResizeMode Property of SimpleExoPlayerView from FIT to FIXED_HEIGHT, that works! But what can I do in B4i with the VideoPlayer Custom view, which does not have such a property?