aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authoreal <eal@waifu.club>2017-12-18 21:26:11 +0000
committereal <eal@waifu.club>2017-12-18 21:26:11 +0000
commit6fd309452a1d8243257bc8544429ea53a26ce8a4 (patch)
treebfc34c9d898382a671f6f7060e83fd82f5284e7e /src
parent3de128cb17c602bfd6cd02afe59459b7270b4229 (diff)
parentf99e872c3561f8a3ae5bf96de92c783ea5959355 (diff)
Merge branch 'fixImgOrient' into 'develop'
Fixes attachment images not following EXIF (i think) orientation See merge request pleroma/pleroma-fe!187
Diffstat (limited to 'src')
-rw-r--r--src/components/attachment/attachment.vue1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/components/attachment/attachment.vue b/src/components/attachment/attachment.vue
index 57ff2625..d6a51ffd 100644
--- 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;
}
}
}