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:
+1
-1
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user