diff options
Diffstat (limited to 'app')
-rw-r--r-- | app/models/media_attachment.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/models/media_attachment.rb b/app/models/media_attachment.rb index 93c915b01..567813d53 100644 --- a/app/models/media_attachment.rb +++ b/app/models/media_attachment.rb @@ -51,7 +51,7 @@ private small: { convert_options: { output: { - vf: 'scale="min(510\, iw):min(680\, ih)":force_original_aspect_ratio=decrease' + vf: 'scale=\'min(510\, iw):min(680\, ih)\':force_original_aspect_ratio=decrease' } }, format: 'png', |