summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorÉtienne Loks <etienne.loks@iggdrasil.net>2025-10-17 15:29:13 +0200
committerÉtienne Loks <etienne.loks@iggdrasil.net>2025-10-24 18:36:31 +0200
commit2703753570fdaf0e499087fee364d6d53f3a4906 (patch)
tree45fe15309f69df6953408a303abf11bc5825fb53
parent065cf2eb5749374d9db40b9541a826c62185651a (diff)
downloadIshtar-2703753570fdaf0e499087fee364d6d53f3a4906.tar.bz2
Ishtar-2703753570fdaf0e499087fee364d6d53f3a4906.zip
🐛 fix image orientation display (do not take into account exif information)
-rw-r--r--scss/custom.scss4
1 files changed, 4 insertions, 0 deletions
diff --git a/scss/custom.scss b/scss/custom.scss
index 2d8470890..670041325 100644
--- a/scss/custom.scss
+++ b/scss/custom.scss
@@ -50,6 +50,10 @@ dd {
padding: 0 1rem;
}
+img {
+ image-orientation: none;
+}
+
.form-control.form-row{
height: auto;
}