Tagged: Layer Slider, video
Hi there,
I want to use a video in the layer slider, but unfortunatly it doesn’t either start, or when it does, it’s to small, even if I put it on 1920 x 1080 px.
Is there some trick or setting I need to do, to make it run. I saw in the demo, the video runs smooth, so it should work though ;)
This is my source code:
<video width="1920" height="1080" preload="metadata" <video autoplay>
<source src="/wp-content/uploads/2014/06/pep_bg2_3.mp4" type="video/mp4">
</video>
Hi Thomas!
Your code is wrong, it should be:
<video width="1920" height="1080" preload="metadata" autoplay>
<source src="/wp-content/uploads/2014/06/pep_bg2_3.mp4" type="video/mp4">
</video>
And i don’t think it would be possible to play it “full screen”, you can use its container size (the layerslider).
Cheers!
Josue