I would like to watch images, which are quite tall, image height are much larger, then screen height. I can easily scroll down the image in feh by Alt+Down_arrow. To achieve this I start feh with options:
feh --zoom 100 -F *.jpg
The problem is, that all images is centered on the screen, and I have to scroll the up, and then down, instead of scrolling them only downwards, to see the parts which don't fit in the screen.
Unfortunately I can't find any option to tell feh to position the images by their top left corner into the screen's top left corner, or maybe horizontally centered, but aligning the upper side of the image to the upper side of the screen.
How can I start image viewer feh to start in fullscreen, zoom pictures to 100%, and always show them from the top left corner, not centered?