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 {
position: absolute;
top: 0;
vertical-align: middle;
height: 100%;
max-height: 100%;
max-width: 100%;
margin: auto;
background-size: cover;
background-repeat: no-repeat;
}