mirror of
https://github.com/DanielnetoDotCom/YouPHPTube
synced 2025-10-03 17:59:55 +02:00
Fix video position
This commit is contained in:
parent
7705c75741
commit
40b79457a4
1 changed files with 1 additions and 1 deletions
|
@ -27,7 +27,7 @@
|
||||||
#seekBG{
|
#seekBG{
|
||||||
height: 100%;
|
height: 100%;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
background-size: contain;
|
background-size: cover;
|
||||||
background-position-y: center;
|
background-position-y: center;
|
||||||
background-repeat: no-repeat;
|
background-repeat: no-repeat;
|
||||||
background-image: url(seekBG.png);
|
background-image: url(seekBG.png);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue