youtube version
This commit is contained in:
@@ -1,6 +1,10 @@
|
||||
<header id="masthead" style="background-image: url(<?= get_header_image() ?>)" class="home">
|
||||
<div class="video-container">
|
||||
<video autoplay muted loop src="<?= get_field('video_header', 'option') ?>"></video>
|
||||
<div class="video-foreground">
|
||||
<iframe
|
||||
src="https://www.youtube.com/embed/<?= get_field('video_header', 'option') ?>?controls=0&showinfo=0&rel=0&autoplay=1&loop=1&mute=1"
|
||||
frameborder="0" allowfullscreen></iframe>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="header-cointainer">
|
||||
@@ -41,7 +45,8 @@
|
||||
</nav>
|
||||
</div>
|
||||
<a href="<?= get_field('linkedin_link', 'option') ?>" target="_blank">
|
||||
<img src="<?= get_field('abrevitura_de_linkedin', 'option') ?>" alt="Linkedin" class="linkedin hidden lg:block ">
|
||||
<img src="<?= get_field('abrevitura_de_linkedin', 'option') ?>" alt="Linkedin"
|
||||
class="linkedin hidden lg:block ">
|
||||
</a>
|
||||
</nav>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user