config: change resize mode from max to manual for thumbnail generation

This commit is contained in:
Alexey Bannov 2024-05-02 12:50:43 +03:00
parent fb3f85f2a2
commit 21d82d66e4

View File

@ -218,7 +218,7 @@
},
"thumbnail": {
"maxDegreeOfParallelism": 1,
"sizes": [{ "height": 720, "width": 1280, "resizeMode": "Max" }]
"sizes": [{ "height": 720, "width": 1280, "resizeMode": "Manual" }]
},
"csp": {
"default": {