Change max. thumbnail dimensions to 640x360px (360p) (#19619)
This commit is contained in:
parent
03d9618595
commit
d0ba77047e
2 changed files with 4 additions and 4 deletions
|
@ -72,7 +72,7 @@ class MediaAttachment < ApplicationRecord
|
|||
}.freeze,
|
||||
|
||||
small: {
|
||||
pixels: 160_000, # 400x400px
|
||||
pixels: 230_400, # 640x360px
|
||||
file_geometry_parser: FastGeometryParser,
|
||||
blurhash: BLURHASH_OPTIONS,
|
||||
}.freeze,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue