[#2497] Media preview proxy: added quality config setting, adjusted width/height defaults.
This commit is contained in:
parent
02ad1cd8e9
commit
aa0a5ffb48
4 changed files with 15 additions and 5 deletions
|
|
@ -1925,6 +1925,11 @@ config :pleroma, :config_description, [
|
|||
type: :integer,
|
||||
description: "Max height of preview thumbnail."
|
||||
},
|
||||
%{
|
||||
key: :quality,
|
||||
type: :integer,
|
||||
description: "Quality of the output. Ranges from 1 (max quality) to 31 (lowest quality)."
|
||||
},
|
||||
%{
|
||||
key: :proxy_opts,
|
||||
type: :keyword,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue