webkit needs -webkit-full-screen
This commit is contained in:
parent
e4877ab3a9
commit
4af7d4659f
2 changed files with 6 additions and 0 deletions
|
|
@ -182,3 +182,8 @@ main > .film {
|
|||
font-size: 12px;
|
||||
font-weight: 700;
|
||||
}
|
||||
|
||||
video.player.fullscreen:-webkit-full-screen {
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue