Fix thumbnail crop to preserve image aspect ratio in gallery grid
All checks were successful
Docker / build (release) Successful in 8s

This commit is contained in:
krek0 2026-05-05 14:25:29 +02:00
parent 7319a738f4
commit ae1ad6965f

View file

@ -30,7 +30,7 @@
"height": 180, "height": 180,
"quality": 70, "quality": 70,
"upscale": false, "upscale": false,
"crop": true, "crop": false,
"pre_cache": true, "pre_cache": true,
"increment_count": false "increment_count": false
} }