Tagged: enfold, LayerSlider, Mediathek, video
Hi,
I embedded a video from Mediathek into my Layerslider with the following code:
<iframe width=”720px” height=”404″ src=”//balance-circle.de//bc-data/uploads/Marc-Sportlife.mp4″ frameborder=”0″ allowfullscreen></iframe>
All looks fine till I change the Top and Left Values to bring it in the right position. If I change them, all the layers in the background are slip up. Also if I use the padding values…
Is there a better way to embed the video? Don´t´want to upload it on Youtube or Vimeo. It´s just an example to show it to a client
Oh, Best regards
Bruno
I´am really sorry. Found a solution…
<video autoplay width=”720px” height=”404″ controls>
<source src=”//balance-circle.de/bc-data/uploads/Marc-Sportlife.mp4″ type=”video/mp4>
<source src=”//balance-circle.de/bc-data/uploads/Marc-Sportlife.ogg” type=”video/ogg”>
Your browser does not support the video tag.
</video>
Please close…
Thanks
Oh, there´s a little mistake…
Don´t type the “type-values”…
This works
<video autoplay width=”720px” height=”404″ controls>
<source src=”//balance-circle.de/bc-data/uploads/Marc-Sportlife.mp4″>
<source src=”//balance-circle.de/bc-data/uploads/Marc-Sportlife.mp4″>
Your browser does not support the video tag.
</video>