mirror of
https://github.com/owncast/owncast.git
synced 2024-10-10 19:16:02 +00:00
Show player loading spinner. Closes #848
This commit is contained in:
parent
1509a65167
commit
bdc669d571
@ -22,6 +22,10 @@ video.video-js {
|
|||||||
z-index: 100;
|
z-index: 100;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.vjs-loading-spinner {
|
||||||
|
z-index: 200;
|
||||||
|
}
|
||||||
|
|
||||||
/*
|
/*
|
||||||
videojs hack!!
|
videojs hack!!
|
||||||
for some reason, there are cases where a <video class="vjs-tech"> element gets embedded twice.
|
for some reason, there are cases where a <video class="vjs-tech"> element gets embedded twice.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user