Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #163204

    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

    #163205

    Oh, Best regards

    Bruno

    #163207

    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

    #163211

    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>

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Enfold – Layerslider – Video Mediathek’ is closed to new replies.