I’m having difficulty adding a video to my website. I can upload it as an asset, I get the URL but when trying to code it using a video tag it does not work. Embedding youtube videos work though. Any suggestions? I’m prepping my students to take an HTML & Certification test and they need to know how to add a video and audio. Is Glitch capable of doing this or should I switch IDEs?
Are you specifying the full urls instead of relative urls in src?
I recall someone had a similar issue here.
If this isn’t the problem it’d be appreciated if you could make a minimal reproducible example or you could look at devtools for the video loading error?