webkit needs -webkit-full-screen

This commit is contained in:
j 2021-10-25 09:29:40 +01:00
commit 4af7d4659f
2 changed files with 6 additions and 0 deletions

View file

@ -182,3 +182,8 @@ main > .film {
font-size: 12px;
font-weight: 700;
}
video.player.fullscreen:-webkit-full-screen {
width: 100%;
height: 100%;
}