Is there a way to display "Video Loading" with a 75% opaque background over an HTML5 video, and then have both the text and background disappear once the video has finished loading? If so, how can I achieve this?
Thank you for your time and effort! You can find the page I'm working on at jeffarries.com/videos. Let me know if you need me to share the code.
I came across a post discussing getting the duration of an HTML5 video. However, I am looking for a way to use JavaScript to change CSS properties once the HTML5 video has completely loaded in the browser.