I have a single Video component inside a grid on the main page. Using Chill Player as the example. No matter what value this is set, the video (using included video.mp4) always stretches. I realized that there's a default Width and Height set to the component, so specifying HorizontalOptions and VerticalOptions as Center reveals this. If I set those explicitly (e.g. 400x100), the video stretches to those dimensions regardless of the value of FillMode.
I have a single Video component inside a grid on the main page. Using Chill Player as the example. No matter what value this is set, the video (using included video.mp4) always stretches. I realized that there's a default Width and Height set to the component, so specifying HorizontalOptions and VerticalOptions as Center reveals this. If I set those explicitly (e.g. 400x100), the video stretches to those dimensions regardless of the value of FillMode.