Show player loading spinner. Closes #848

This commit is contained in:
Gabe Kangas 2021-03-22 21:15:26 -07:00
parent 1509a65167
commit bdc669d571

View File

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