Skip to content
Snippets Groups Projects

Fixes attachment images not following EXIF (i think) orientation

Merged HJ requested to merge (removed):fixImgOrient into develop
1 file
+ 1
0
Compare changes
  • Side-by-side
  • Inline
@@ -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;
}
}
}
Loading