[main] Images images images
All checks were successful
Build, Push, and Deploy to Nomad / docker-nomad (push) Successful in 52s

This commit is contained in:
2024-12-30 23:20:54 +01:00
parent 15bda3d3d5
commit 57dde1df71
17 changed files with 11 additions and 9 deletions

View File

@@ -60,7 +60,7 @@ class Application:
self.app.state.IMAGE_SIZES = {
'thumbnails': {'width': 150, 'height': 150},
'large': {'width': 800, 'height': 600},
'small': {'width': 300, 'height': 200},
'small': {'width': 300, 'height': 300},
'original': {'width': None, 'height': None}, # Original størrelse
}