Skip to content

Commit 77ab615

Browse files
authored
feat(home): update hero video (#558)
## What Replace the YouTube video embedded in the homepage hero section with a new one (https://www.youtube.com/watch?v=UBppH7GqQTA). Updated both the desktop and mobile iframe embeds in `layouts/shortcodes/blocks/hero.html`. ## Why Refresh the hero with the latest video.
2 parents 6ab8c07 + 4ffbb8e commit 77ab615

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

layouts/shortcodes/blocks/hero.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@
7171
<!-- Video for mobile devices -->
7272
<div class="hero-video-mobile d-lg-none mt-4">
7373
<div class="ratio ratio-16x9">
74-
<iframe src="https://www.youtube-nocookie.com/embed/Nm6HKDK-XD4?rel=0&modestbranding=1" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" allowfullscreen></iframe>
74+
<iframe src="https://www.youtube-nocookie.com/embed/UBppH7GqQTA?rel=0&modestbranding=1" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" allowfullscreen></iframe>
7575
</div>
7676
</div>
7777
</div>
@@ -80,7 +80,7 @@
8080
<div class="col-lg-6 d-none d-lg-block">
8181
<div class="hero-image">
8282
<div class="ratio ratio-16x9">
83-
<iframe src="https://www.youtube-nocookie.com/embed/Nm6HKDK-XD4?rel=0&modestbranding=1" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" referrerpolicy="strict-origin-when-cross-origin" allowfullscreen></iframe>
83+
<iframe src="https://www.youtube-nocookie.com/embed/UBppH7GqQTA?rel=0&modestbranding=1" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" referrerpolicy="strict-origin-when-cross-origin" allowfullscreen></iframe>
8484
</div>
8585
</div>
8686
</div>

0 commit comments

Comments
 (0)