Change max. thumbnail dimensions to 640x360px (360p) (#19619)
This commit is contained in:
@@ -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,
|
||||
|
Reference in New Issue
Block a user