Embed: player switching

This commit is contained in:
Cat 2016-12-08 16:57:40 +01:00 committed by Thulinma
parent d5c526173b
commit b3c6aedf5b
5 changed files with 158 additions and 57 deletions

View file

@ -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;