Merge branch 'fixImgOrient' into 'develop'

Fixes attachment images not following EXIF (i think) orientation

See merge request pleroma/pleroma-fe!187
このコミットが含まれているのは:
eal 2017-12-18 21:26:11 +00:00
コミット 6fd309452a
1個のファイルの変更1行の追加0行の削除

ファイルの表示

@ -131,6 +131,7 @@
width: 100%;
height: 100%; /* If this isn't here, chrome will stretch the images */
max-height: 500px;
image-orientation: from-image;
}
}
}