WebSite X5Help Center

 
Christopher S.
Christopher S.
User

How to change video placement in blog post  en

Autor: Christopher S.
Visitado 725, Followers 1, Compartido 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

Publicado en
5 RESPUESTAS - 1 ÚTIL - 1 CORRECTO
Aleksej H.
Aleksej H.
Moderator

Hello.Insert a video, for example, from YouTube.And enable the option Enable HTML-code.

Leer más
Publicado en de Aleksej H.
 ‪ KolAsim ‪ ‪
 ‪ KolAsim ‪ ‪
Moderator
Usuario del mes PT

(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

.

Leer más
Publicado en de  ‪ KolAsim ‪ ‪
Christopher S.
Christopher S.
User
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.

Leer más
Publicado en de Christopher S.