diff options
author | Daniel Friesel <derf@finalrewind.org> | 2011-06-06 09:17:48 +0200 |
---|---|---|
committer | Daniel Friesel <derf@finalrewind.org> | 2011-06-06 09:17:48 +0200 |
commit | 481a0ec264aab1509f83334e66d929154ceb1d74 (patch) | |
tree | 525bb2da57f84bc793cc0f71f563c52a41906a91 /man | |
parent | 3d0806ca24bd8ae3c5547f4a03ee06b95f56cfdd (diff) |
Respect --zoom 100 in --fullscreen mode (closes #47)
Diffstat (limited to 'man')
-rw-r--r-- | man/feh.pre | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/man/feh.pre b/man/feh.pre index f87f0f8..c3da251 100644 --- a/man/feh.pre +++ b/man/feh.pre @@ -239,6 +239,14 @@ below each thumbnail. Enables .It Cm -F , --fullscreen . Make the window fullscreen. +Note that in this mode, large images will always be scaled down to fit the +screen, +.Cm --zoom Ar zoom +only affects smaller images and never scales larger than necessary to fit the +screen size. The only exception is a +.Ar zoom +of 100, in which case images will always be shown at 100% zoom, no matter +their dimensions. . .It Cm -g , --geometry Ar width No x Ar height . |