Embed: player switching
This commit is contained in:
parent
d5c526173b
commit
b3c6aedf5b
5 changed files with 158 additions and 57 deletions
|
@ -9,6 +9,8 @@
|
|||
color: white;
|
||||
font-family: sans-serif;
|
||||
text-align: center;
|
||||
position: relative;
|
||||
text-shadow: 0 0 1px black, 0 0 1px black;
|
||||
}
|
||||
.mistvideo[data-loading] {
|
||||
background-image: none;
|
||||
|
@ -35,11 +37,16 @@
|
|||
}
|
||||
.mistvideo .error {
|
||||
margin: 225px 20px 20px;
|
||||
min-width: 300px;
|
||||
z-index: 69;
|
||||
}
|
||||
.mistvideo .error button {
|
||||
margin: 5px auto;
|
||||
display: block;
|
||||
}
|
||||
.mistvideo .vjs-error-display:before {
|
||||
content: '' !important;
|
||||
}
|
||||
.mistplayer {
|
||||
position: relative;
|
||||
overflow: hidden;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue