logo

pleroma-fe

My custom branche(s) on git.pleroma.social/pleroma/pleroma-fe
commit: 6fd309452a1d8243257bc8544429ea53a26ce8a4
parent: 3de128cb17c602bfd6cd02afe59459b7270b4229
Author: eal <eal@waifu.club>
Date:   Mon, 18 Dec 2017 21:26:11 +0000

Merge branch 'fixImgOrient' into 'develop'

Fixes attachment images not following EXIF (i think) orientation

See merge request pleroma/pleroma-fe!187

Diffstat:

Msrc/components/attachment/attachment.vue1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/src/components/attachment/attachment.vue b/src/components/attachment/attachment.vue @@ -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; } } }