From f2dc1029965e4089e541f65dfe37e16e48412545 Mon Sep 17 00:00:00 2001 From: redphx <96280+redphx@users.noreply.github.com> Date: Wed, 29 May 2024 20:19:43 +0700 Subject: [PATCH] Update better-xcloud.user.js --- dist/better-xcloud.user.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dist/better-xcloud.user.js b/dist/better-xcloud.user.js index 22f629f..6cb2197 100644 --- a/dist/better-xcloud.user.js +++ b/dist/better-xcloud.user.js @@ -5112,7 +5112,7 @@ var resizeVideoPlayer = function() { height = Math.floor(height); $video.style.width = `${width}px`; $video.style.height = `${height}px`; - $video.style.objectFit = "fill"; + $video.style.objectFit = "scale-down"; } else { $video.style.width = "100%"; $video.style.height = "100%";