Bug 298619 - Use EXIF image orientation in top-level image documents. r=dolske

This commit is contained in:
Seth Fowler 2013-08-29 17:16:30 -07:00
Родитель 5fd1390a71
Коммит fdd7525321
1 изменённых файлов: 4 добавлений и 0 удалений

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

@ -27,3 +27,7 @@
transition: transform 0.3s ease 0s;
}
}
img {
image-orientation: from-image;
}