Skip to content

Generate cropped avatar image in the original file type

Tae Hoon requested to merge tae/pleroma-fe:419-avatar-cropper-png into develop

Closes #419 (closed)

This issue was because we saved the cropped avatar images in a specific file type (image/jpeg) regardless of the original file type. Now, the cropped avatar images will be saved in the original file type.

Screenshot:

Screenshot_at_Mar_04_21-23-31

Merge request reports