Commit 11c8b8bc authored by Tim Zallmann's avatar Tim Zallmann

Merge branch 'rotated_profile_image' into 'master'

Check orientation of profile image

See merge request gitlab-org/gitlab-ce!14461
parents 3d27d157 d2f96827
......@@ -73,7 +73,8 @@ import _ from 'underscore';
aspectRatio: 1,
modal: true,
scalable: false,
rotatable: false,
rotatable: true,
checkOrientation: true,
zoomable: true,
dragMode: 'move',
guides: false,
......
---
title: Fix profile image orientation based on EXIF data gvieira37
merge_request: 14461
author: gvieira37
type: fixed
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment