mirror of
https://code.eliotberriot.com/funkwhale/funkwhale.git
synced 2025-10-03 15:59:18 +02:00
Fix #1205: Added a new, large thumbnail size for cover images
This commit is contained in:
parent
b1ae13ab0a
commit
712f471f10
7 changed files with 19 additions and 3 deletions
|
@ -1223,6 +1223,7 @@ VERSATILEIMAGEFIELD_RENDITION_KEY_SETS = {
|
|||
"attachment_square": [
|
||||
("original", "url"),
|
||||
("medium_square_crop", "crop__200x200"),
|
||||
("large_square_crop", "crop__600x600"),
|
||||
],
|
||||
}
|
||||
VERSATILEIMAGEFIELD_SETTINGS = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue