Does anyone know why my video is not uploading? I am looking to put a video background on my website, but the video is not coming up at all. Also, I am very new at coding so any tips are welcome! Thanks.
Could be a problem with the path?
Rather than
/Resources/Videos/nature.mp4
use
./Resources/Videos/nature.mp4
like the link for the stylesheet?
1 Like
Hello,
Thanks for the correction. It worked. I did the same mistake of not adding the “.” in the start of the path.
1 Like
Thankfully, that worked! But now, the only thing on the website is the video. There is no text! Hahaha
1 Like
If you post the code can take a look and see if I can see anything
This topic was automatically closed 41 days after the last reply. New replies are no longer allowed.