Check orientation of profile image

This commit is contained in:
Guilherme Vieira 2017-09-22 22:26:00 -03:00
parent 024d10b7ad
commit d2f96827b0
2 changed files with 7 additions and 1 deletions

View File

@ -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,

View File

@ -0,0 +1,5 @@
---
title: Fix profile image orientation based on EXIF data gvieira37
merge_request: 14461
author: gvieira37
type: fixed