Merge pull request #215 from dermotduffy/center-static-image

Statically specified images should be centered in fullscreen mode
This commit is contained in:
Dermot Duffy
2021-11-26 21:17:13 -08:00
committed by GitHub
+3 -2
View File
@@ -1,5 +1,6 @@
img { img {
max-width: 100%; width: 100%;
height: 100%;
display: block; display: block;
margin: auto; object-fit: scale-down;
} }