DEAR PEOPLE FROM THE FUTURE: Here's what we've figured out so far...

Welcome! This is a Q&A website for computer programmers and users alike, focused on helping fellow programmers and users. Read more

What are you stuck on? Ask a question and hopefully somebody will be able to help you out!
+1 vote

As the question says, I want to open a gallery in slideshow mode with all the big pictures scaled down to fit the screen and all the small ones scaled up to fit the screen as well. How can I do it?

by

1 Answer

+2 votes
 
Best answer

Maybe you can combine the --scale-down and the --auto-zoom flags?

feh -Z. /path/to/images

-., --scale-down - automatically scale down images to fit screen size
-Z, --auto-zoom - zoom picture to screen size in fullscreen/geom mode

by
selected by
Contributions licensed under CC0
...