Browse Source

Show player loading spinner. Closes #848

pull/850/head
Gabe Kangas 4 years ago
parent
commit
bdc669d571
  1. 4
      webroot/styles/video.css

4
webroot/styles/video.css

@ -22,6 +22,10 @@ video.video-js { @@ -22,6 +22,10 @@ video.video-js {
z-index: 100;
}
.vjs-loading-spinner {
z-index: 200;
}
/*
videojs hack!!
for some reason, there are cases where a <video class="vjs-tech"> element gets embedded twice.

Loading…
Cancel
Save