Embed: fake fullscreen mode for when the fullscreen api is not available
This commit is contained in:
parent
bffd81f27e
commit
1254018e37
6 changed files with 49 additions and 13 deletions
|
@ -68,6 +68,9 @@
|
|||
.mistvideo-decodingIssues label {
|
||||
position: relative;
|
||||
}
|
||||
.mistvideo-decodingIssues label .mistvideo-description {
|
||||
font-size: 0.9em;
|
||||
}
|
||||
.mistvideo-decodingIssues label .value {
|
||||
font-size: 0.8em;
|
||||
}
|
||||
|
|
|
@ -112,6 +112,8 @@ select > option {
|
|||
bottom: 0;
|
||||
width: 100% !important;
|
||||
height: 100% !important;
|
||||
background-color: #111 !important;
|
||||
z-index: 999;
|
||||
}
|
||||
video {
|
||||
display: block;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue