How to change video placement in blog post
Autor: Christopher S.
Visited 1029,
Followers 1,
Udostępniony 0
I have noticed that the only way to add a video to my blog posts is through "Resources", but the video will be added to the bottom of the post and will cover text. (See Image)
My questions are, can I change / designate where that video displays, and set boundaries around it to stop it from covering the text around it, and if so, how?
Thanks!
Christopher
Posted on the
Hello.Insert a video, for example, from YouTube.And enable the option Enable HTML-code.
Autor
Thanks Aleksej,
I tried that before and it didn't work for me. When I upload the page, it displays with blank where the video should be. I know the file is there because I can watch it... https://bearfoothealing.org/blog/files/Bill-Gates-10000000_135319552103861_456282062893610436_n.mp4
I imagine I have made a mistake with the html. (see attached image)
(It > En) ... you should post your LINK online to be able to verify ...
...!... MP4 no! YouTube ...!...
...!... MP4 no! IFRAME ...!...
... + HTML5 <video> tag; ... code:
<video width="100%" controls> <source src="https://bearfoothealing.org/blog/files/Bill-Gates-10000000_135319552103861_456282062893610436_n.mp4" type="video/mp4"> </video>
.
ciao
.
Autor
Ah, thank you KolAsim.
I had gotten most of the way there myself, but I was using <video width="960" height="960" controls> instead of <video width="100%" controls> and so the video still wouldn't display.
Now it does, thanks to your correction.
......