Made images orientation-aware

This commit is contained in:
Charlie Root
2018-10-15 19:20:45 +02:00
parent fe04ea57cf
commit 88e107580b
10 changed files with 9 additions and 2 deletions

View File

@@ -10,4 +10,5 @@
background-image: url("imgs/gallery.jpg");
background-position: center center;
background-size: cover;
}
}
img { image-orientation: from-image; }