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
+7 -1
View File
@@ -42,7 +42,13 @@
</div>
<div class="container-fluid">
<img class="img-fluid" src="*.png"><hr>
<img class="img-fluid" src="*.jpg"><hr>
<img class="img-fluid" src="izbor.jpg"><hr>
<img class="img-fluid" src="izbor2.jpg"><hr>
<img class="img-fluid" src="izbor3.jpg"><hr>
<img class="img-fluid" src="izbor4.jpg"><hr>
<img class="img-fluid" src="izbor5.jpg"><hr>
<img class="img-fluid" src="izbor6.jpg"><hr>
<img class="img-fluid" src="sever.jpg"><hr>
</div>
<footer class="text-muted text-center">Copyright 2018 Kristjan Komloši in Jakob Kosec</footer>
</body>
View File
BIN
View File
Binary file not shown.

After

Width:  |  Height:  |  Size: 2.3 MiB

BIN
View File
Binary file not shown.

After

Width:  |  Height:  |  Size: 2.9 MiB

BIN
View File
Binary file not shown.

After

Width:  |  Height:  |  Size: 2.8 MiB

BIN
View File
Binary file not shown.

After

Width:  |  Height:  |  Size: 2.0 MiB

BIN
View File
Binary file not shown.

After

Width:  |  Height:  |  Size: 2.4 MiB

BIN
View File
Binary file not shown.

After

Width:  |  Height:  |  Size: 4.4 MiB

BIN
View File
Binary file not shown.

After

Width:  |  Height:  |  Size: 2.4 MiB

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