You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
I specified autofit in my config but it was not reflected on the player. When opening the player, the player size same as the default. It is supposed to already be changed here like mpv. When loading a video, it also behaved the same. It ignored autofit-larger.
To Reproduce
Steps to reproduce the behavior:
Add these lines to mpv.conf.
autofit-larger=75% # Set max window size. height/width
autofit-smaller=858x480 # Set min window size.
Open the player. See the size not changing.
Load any video. See video size not changing automatically.
Expected behavior
The player follows autofit-larger and autofit-smaller like mpv. That means when loading video, the player has to be at least larger than 848x480 and cannot exceed the window width 75% of the screen size while keeping the aspect ratio.
Screenshots
If applicable, add screenshots to help explain your problem.
Environment (please complete the following information):
OS: Windows 10 Home
Version: 22H2
The text was updated successfully, but these errors were encountered:
Describe the bug
I specified autofit in my config but it was not reflected on the player. When opening the player, the player size same as the default. It is supposed to already be changed here like mpv. When loading a video, it also behaved the same. It ignored autofit-larger.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
The player follows autofit-larger and autofit-smaller like mpv. That means when loading video, the player has to be at least larger than 848x480 and cannot exceed the window width 75% of the screen size while keeping the aspect ratio.
Screenshots


If applicable, add screenshots to help explain your problem.
Environment (please complete the following information):
The text was updated successfully, but these errors were encountered: