Just learned that you can add thumbnail sizes in #nsxiv
Really helps with scaling issues. SO NICE!
in config.h
:
/* thumbnail sizes in pixels (width == height): */
/* static const int thumb_sizes[] = { 32, 64, 96, 128, 160 }; */
static const int thumb_sizes[] = { 32, 64, 96, 128, 192, 256, 384, 512, 768 };
https://codeberg.org/nsxiv/nsxiv.git
P.S., yes, I know that imv is wayland-native, but it doesn't have the nice thumbnail mode. nsxiv is pretty clutch ;)