Handle jpeg orientation in viewer

This commit is contained in:
Marc MAURICE 2015-04-03 19:50:52 +02:00
parent f71582d5eb
commit aac71576e1

View file

@ -14,6 +14,7 @@ color: white;
#theimage { #theimage {
max-width: 100%; max-width: 100%;
max-height: 100%; max-height: 100%;
image-orientation: from-image;
} }
a { a {
color: white; color: white;