Skip to content

Commit

Permalink
[Otachon]change image size limit
Browse files Browse the repository at this point in the history
  • Loading branch information
Otakan951 committed Sep 29, 2023
1 parent 16d56eb commit f747a02
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/models/media_attachment.rb
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ class MediaAttachment < ApplicationRecord

IMAGE_STYLES = {
original: {
pixels: 8_294_400, # 3840x2160px
pixels: 2_073_600 # 1920x1080px
file_geometry_parser: FastGeometryParser,
}.freeze,

Expand Down

0 comments on commit f747a02

Please sign in to comment.