-
-
Notifications
You must be signed in to change notification settings - Fork 5.7k
having 3 videos on a page #718
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
I think you should use absolute path. It's not convenient for me, too. |
Thanks, just tried with absolute paths, but still experiencing the same |
Could you please show me your elements tab on Chrome. Maybe you use the wrong absolute path. |
It should be okay to use localhost to serve videos. How about open the video link in a new tab, is it hosted normally? |
I’ve not done anything to host it, its all docsify. I have a folder with the vids and the path is the relative path from the markdown to the video. I can open the video in another tab though. |
I mean that you have to place your video under your docsify project folder. For example, your project is something like:
Then after you run
Now that you can access the video in another tab, so it's strange that you cannot play the video on the docsify page, I will try it out. |
Yh i did that and it works fine as long as there is only one on the page. Thank you for helping. |
hmm thats interesting, what else do u think it could be? I basically can comment out each of my vids in any order but as long as there is one and only one I see the rest of the content. |
I'm not quite sure why you cannot have more than 1 video on any page. What version of This is my test project: You can try it out, too. Let me know if you have any problems. |
Probably related to #710 |
I meet the same question can fix this peoblem temporarily |
So when I try adding 3 videos on a page, when looking on the localhost it only loads one video and nothing else on the page (text and images). This also occurs sometimes with 2 videos on a page.
So it ends up looking like this

Dunno if useful but inspecting the page shows this

It does find the other images though

Im using this to embed the video - let me know if I'm doing something wrong.
Sorry if lots of stuff is unnecessary or missing, just trying to be helpful :)
The text was updated successfully, but these errors were encountered: