Skip to content
Snippets Groups Projects
Commit 6fd30945 authored by eal's avatar eal
Browse files

Merge branch 'fixImgOrient' into 'develop'

Fixes attachment images not following EXIF (i think) orientation

See merge request !187
parents 3de128cb f99e872c
No related branches found
No related tags found
1 merge request!187Fixes attachment images not following EXIF (i think) orientation
Pipeline #
...@@ -131,6 +131,7 @@ ...@@ -131,6 +131,7 @@
width: 100%; width: 100%;
height: 100%; /* If this isn't here, chrome will stretch the images */ height: 100%; /* If this isn't here, chrome will stretch the images */
max-height: 500px; max-height: 500px;
image-orientation: from-image;
} }
} }
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment