Remove auto-orient; don't use it on previews, only originals

This commit is contained in:
Mark Felder 2020-08-26 14:28:25 +00:00
parent bc94f0c6da
commit d4d1192341
1 changed files with 0 additions and 1 deletions

View File

@ -27,7 +27,6 @@ defmodule Pleroma.Helpers.MediaHelper do
quality = options[:quality] || 85
resize = Enum.join([max_width, "x", max_height, ">"])
args = [
"-auto-orient", # Support for EXIF rotation
"-resize", resize,
"-quality", to_string(quality)
]