diff --git a/src/modules/ui/ui.ts b/src/modules/ui/ui.ts index f316207..4220083 100644 --- a/src/modules/ui/ui.ts +++ b/src/modules/ui/ui.ts @@ -491,7 +491,7 @@ function resizeVideoPlayer() { // Update size $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%';