diff --git a/samples/CommunityToolkit.Maui.Sample/Pages/Views/MediaElement/MediaElementPage.xaml.cs b/samples/CommunityToolkit.Maui.Sample/Pages/Views/MediaElement/MediaElementPage.xaml.cs index c5c724a0a9..f3738aab90 100644 --- a/samples/CommunityToolkit.Maui.Sample/Pages/Views/MediaElement/MediaElementPage.xaml.cs +++ b/samples/CommunityToolkit.Maui.Sample/Pages/Views/MediaElement/MediaElementPage.xaml.cs @@ -250,6 +250,9 @@ async void DisplayPopup(object sender, EventArgs e) { AndroidViewType = AndroidViewType.SurfaceView, Source = MediaSource.FromResource("AppleVideo.mp4"), + MetadataArtworkUrl = botImageUrl, + HeightRequest = 300, + WidthRequest = 800, ShouldAutoPlay = true, ShouldShowPlaybackControls = true, };