diff --git a/app/models/media_attachment.rb b/app/models/media_attachment.rb index 3c37ea2a1baaa4..7c39d508ac3343 100644 --- a/app/models/media_attachment.rb +++ b/app/models/media_attachment.rb @@ -70,7 +70,7 @@ class MediaAttachment < ApplicationRecord IMAGE_STYLES = { original: { - pixels: 33_177_400, # 8k + pixels: 33_177_600, # 8k file_geometry_parser: FastGeometryParser, }.freeze,