aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorkj-sh6042025-09-26 19:49:08 -0400
committerkj-sh6042025-09-26 19:49:08 -0400
commitf64089cbf6e249233e1b248fc27bc0c335c0a3c2 (patch)
tree73c76decff12724cb700d2b75ec335241536aecf
parentfc35cb0ee9704b05642a6bda8a78d33c72c46a9a (diff)
refactor: `autofit-larger/smaller`
-rw-r--r--.config/mpv/mpv.conf3
1 files changed, 2 insertions, 1 deletions
diff --git a/.config/mpv/mpv.conf b/.config/mpv/mpv.conf
index 9d1e8e4..6597e7c 100644
--- a/.config/mpv/mpv.conf
+++ b/.config/mpv/mpv.conf
@@ -14,6 +14,7 @@ correct-downscaling=no
sigmoid-upscaling=no
deband=no
sub-auto=all
-autofit-larger=1600x900
+autofit-larger=96%x92%
+autofit-smaller=240x240
keepaspect-window=no
ytdl-format="bestvideo[height<=1080][fps<=30]+bestaudio/best"