Is it possible to have a <video> tag with nested children? For example:
  <video src="../assets/asset1.mp4" controls>
     <div>inner div</div>
  </video>
inner div never shows up, nor can be found using Developer tools. What is the workaround?
You cannot place content inside of a video tag, if you're trying to put something over the video for some reason, I recommend researching absolute positioning. If you're trying to create something for a fallback, you can set up a script to trigger if the video fails to load.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With