How can I change the background to a video on Vimeo/Youtube? Thanks!
I am just trying to replace the video.mp4 with <iframe width="1920" height="1080" src="https://www.youtube.com/embed/fNStbC45uH4?list=PLfgy3pJ0hI6KAKQ2DaXcrMX1..." into the body:
<body class="md-option-2"><!-- #md-option-2-->
<div>"md-comingsoon" class="md-comingsoon">
<div class="ri-grid ri-grid-size-2 ri-shadow clearfix">
<div class="ri-blue"></div>
<video width="1920" height="1080" autoplay loop>
<source src="video/video.mp4" type="video/mp4">
<source src="video/video.ogg" type="video/ogg">
Your browser does not support the video tag.
</video>
Hi there,
Thank you for interested in our template.
You can add this link:
<iframe width="100%" height="100%" src="https://www.youtube-nocookie.com/embed/fNStbC45uH4?list=PLfgy3pJ0hI6KAKQ2DaXcrMX152J2sBudc&autoplay=1" frameborder="0" allowfullscreen></iframe>
Take a look at code as following:
Thanks.
I am just trying to replace the video.mp4 with <iframe width="1920" height="1080" src="https://www.youtube.com/embed/fNStbC45uH4?list=PLfgy3pJ0hI6KAKQ2DaXcrMX1..." into the body:
<body class="md-option-2"><!-- #md-option-2-->
<div>"md-comingsoon" class="md-comingsoon">
<div class="ri-grid ri-grid-size-2 ri-shadow clearfix">
<div class="ri-blue"></div>
<video width="1920" height="1080" autoplay loop>
<source src="video/video.mp4" type="video/mp4">
<source src="video/video.ogg" type="video/ogg">
<source src="video/video.ogg" type="video/ogg">
Your browser does not support the video tag.
</video>
Hi there,
Thank you for interested in our template.
You can add this link:
Take a look at code as following:
Thanks.