Fixed BUG-19 - video thumbs being out of ratio, using THUMBSIZE in shared.py to also make sure images and videos have at least one of their width / height be 256 in their thumbnail

This commit is contained in:
2021-01-30 20:16:36 +11:00
parent b296d08c28
commit 98d4c7d43e
3 changed files with 19 additions and 13 deletions

View File

@@ -9,3 +9,5 @@ if hostname == PROD_HOST:
else:
PA_JOB_MANAGER_HOST="localhost"
PA_JOB_MANAGER_PORT=55430
THUMBSIZE=256