Page 1 of 1
Insert a video
Posted: Sun Aug 11, 2019 6:16 pm
by Francesco Paolo
Hi Pablo,
I'm sorry but I can't find how to insert a video and play it by clicking on it.
Thank you in advance
Francesco
Re: Insert a video
Posted: Sun Aug 11, 2019 6:26 pm
by Pablo
Re: Insert a video
Posted: Mon Aug 12, 2019 9:13 am
by Francesco Paolo
Hi Pablo,
I guess I have to put in my site (in my case the three videos)
or only two is enough ..
thank you
<video width="320" height="240" controls>
<source src="movie.mp4" type="video/mp4">
<source src="movie.ogg" type="video/ogg">
<source src="movie.webm" type="video/webm">
Your browser does not support the video tag.
</video>
Re: Insert a video
Posted: Mon Aug 12, 2019 11:06 am
by Pablo
Most browsers do support mp4 now, so that should be enough.