0
0
Fork 0

Change max. image dimensions to 1920x1080px (1080p) (#15690)

* Change max. image size to 1920x1080px

* Change it in web UI too
This commit is contained in:
Eugen Rochko 2021-02-09 01:21:06 +01:00 committed by GitHub
parent 4e933924bd
commit acf1842896
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View file

@ -59,7 +59,7 @@ class MediaAttachment < ApplicationRecord
IMAGE_STYLES = {
original: {
pixels: 1_638_400, # 1280x1280px
pixels: 2_073_600, # 1920x1080px
file_geometry_parser: FastGeometryParser,
}.freeze,