I have noticed a strange behavior with two videos I uploaded online. One, called "Bunny video," appears on top of the navigation bar while the other, named "Space video," is positioned below with an unknown black background (that I did not intentionally set).
What could be causing this issue? I attempted to resolve it locally by changing the format to webm, but unfortunately without success.
<video id="background-video" loop autoplay muted>
// "bunny video"
// http://www.sample-videos.com/video/mp4/720/big_buck_bunny_720p_1mb.mp4
// "space video"
// http://www.dropbox.com/s/nqkhiatqe9vxw3w/space-odyssey.mp4?raw=1
// I have swapped the links for the videos here:
<source src="http://www.dropbox.com/s/nqkhiatqe9vxw3w/space-odyssey.mp4?raw=1" type="video/mp4" />
</video>
Check out the demo on codepen: https://codepen.io/RycerzPegaza/pen/KNYXJg