Allow 4k image uploads

staging
Daggertooth 2018-04-15 01:49:22 -05:00 committed by multiple creatures
parent 70649ca277
commit 41642c6668
1 changed files with 1 additions and 1 deletions

View File

@ -42,7 +42,7 @@ class MediaAttachment < ApplicationRecord
IMAGE_STYLES = {
original: {
pixels: 1_638_400, # 1280x1280px
pixels: 16777216, # 4096x4096px
file_geometry_parser: FastGeometryParser,
},