I captured a video using MediaElement in my Xamarin forms app and then I wanted to play it also on MediaElement, but on another content page. The page has a few other components, so the MediaElement can only occupy about 1/3 of the height of the page. However, I still set the width to be about the full width of the page. When MediaElement appeared, it occupied the full width. However, when the video is loaded, it shrinks to the left side. I think this has to do with the aspect ratio. But I already set Aspect to "Fill". I tried all properties I think that may be useful to change this behavior. But nothing works. Please see attachment.
Also, when I click on MediaElement, the play/stop buttons etc. take too much space.
On iOS devices, this is not a problem.

