Merge branch 'fix_main_view_scale' into 'master'

Fix main view scale and positioning

Closes #9

See merge request openlp/web-remote!17
This commit is contained in:
Tim Bentley 2020-04-19 08:41:23 +00:00
commit 4e3567864a
1 changed files with 3 additions and 4 deletions

View File

@ -1,8 +1,7 @@
img { img {
position: absolute; max-height: 100%;
top: 0; max-width: 100%;
vertical-align: middle; margin: auto;
height: 100%;
background-size: cover; background-size: cover;
background-repeat: no-repeat; background-repeat: no-repeat;
} }