mirror of https://github.com/mpv-player/mpv
DOCS/options: clarify --autofit-larger effect
Clarify that --autofit-larger sets the maximum size of the window. The original wording was not written with runtime change in mind, so the implication of "not changing size" is ambiguous.
This commit is contained in:
parent
ea33d52a4a
commit
b2ce96bd35
|
@ -3358,8 +3358,8 @@ Window
|
|||
of the screen width, or higher than 60% of the screen height.
|
||||
|
||||
``--autofit-larger=<[W[xH]]>``
|
||||
This option behaves exactly like ``--autofit``, except the window size is
|
||||
only changed if the window would be larger than the specified size.
|
||||
This option behaves exactly like ``--autofit``, except that it sets the
|
||||
maximum size of the window.
|
||||
|
||||
.. admonition:: Example
|
||||
|
||||
|
|
Loading…
Reference in New Issue