Merge pull request #215 from dermotduffy/center-static-image
Statically specified images should be centered in fullscreen mode
This commit is contained in:
+3
-2
@@ -1,5 +1,6 @@
|
|||||||
img {
|
img {
|
||||||
max-width: 100%;
|
width: 100%;
|
||||||
|
height: 100%;
|
||||||
display: block;
|
display: block;
|
||||||
margin: auto;
|
object-fit: scale-down;
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user