From 42bc6ad0ce21bdc33ef969dfc18992859a446215 Mon Sep 17 00:00:00 2001 From: Étienne Loks Date: Fri, 17 Oct 2025 15:29:13 +0200 Subject: 🐛 fix image orientation display (do not take into account exif information) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- scss/custom.scss | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'scss') 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; } -- cgit v1.2.3