From 29919b81df4c78e60b2d04e216e37106ad7a22ac Mon Sep 17 00:00:00 2001 From: Clayton Hickey Date: Fri, 14 Jul 2023 03:40:45 -0400 Subject: [PATCH] Update playing_videos.rst --- tutorials/animation/playing_videos.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tutorials/animation/playing_videos.rst b/tutorials/animation/playing_videos.rst index 4f5879972e4..5122f9ca9f6 100644 --- a/tutorials/animation/playing_videos.rst +++ b/tutorials/animation/playing_videos.rst @@ -76,7 +76,7 @@ a float. Otherwise, the division's result will always be an integer. Once you've configured the AspectRatioContainer, reparent your VideoStreamPlayer node to be a child of the AspectRatioContainer node. Make sure **Expand** is -disabled on the VideoStreamPlayer. Your video should now scale automatically +enabled on the VideoStreamPlayer. Your video should now scale automatically to fit the whole screen while avoiding distortion. .. seealso::