Images loaded in the browser do not obey the image orientation
that is stored in the EXIF data. Firefox supports a small
CSS change that will auto-rotate the images :)
This commit is contained in:
Rob 2018-02-09 12:21:49 -06:00
Родитель b66b266875
Коммит ce5fc0ae0a
1 изменённых файлов: 2 добавлений и 1 удалений

Просмотреть файл

@ -451,6 +451,7 @@ html.no-js .sidebar .collapsible-content {
#content img {
max-width:100%;
border:1px solid #CCC;
image-orientation:from-image;
}
#content h4 {
@ -776,4 +777,4 @@ video {
.mentor {
padding-bottom: 1.5em;
}
}