From 7885fce7ea68d4c64e034b152f2a0b08bb648adc Mon Sep 17 00:00:00 2001 From: wm4 Date: Wed, 23 Jan 2013 10:56:36 +0100 Subject: video: add --autofit and --autofit-larger options --autofit=WxH sets the window size to a maximum width and/or height, without changing the window's aspect ratio. --autofit-larger=WxH does the same, but only if the video size is actually larger than the window size that would result when using the --autofit=WxH option with the same arguments. --- etc/example.conf | 3 +++ 1 file changed, 3 insertions(+) (limited to 'etc/example.conf') diff --git a/etc/example.conf b/etc/example.conf index bb37a5e26d..e610b81b4f 100644 --- a/etc/example.conf +++ b/etc/example.conf @@ -28,6 +28,9 @@ # force starting with centered window #geometry=50%:50% +# don't allow a new window to have a size larger than 90% of the screen size +#autofit-larger=90%x90% + # Keep the player window on top of all other windows. #ontop=yes -- cgit v1.2.3