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%";