Implement persona thumbnails (#4210)

* Implement persona thumbnails

* Dear Firefox, fix your overzealous image cache

* Add cache busting for avatar uploads when overwriting existing files
This commit is contained in:
Cohee
2025-06-28 21:39:32 +03:00
committed by GitHub
parent 37528c81b3
commit cdefddef6c
9 changed files with 94 additions and 24 deletions
+1 -1
View File
@@ -139,7 +139,7 @@ thumbnails:
# JPG thumbnail quality (0-100)
quality: 95
# Maximum thumbnail dimensions per type [width, height]
dimensions: { 'bg': [160, 90], 'avatar': [96, 144] }
dimensions: { 'bg': [160, 90], 'avatar': [96, 144], 'persona': [96, 144] }
# PERFORMANCE-RELATED CONFIGURATION
performance: