Skip to content

Commit cc7645e

Browse files
committed
Test adding a [0] to heroVideo call
1 parent 7f07345 commit cc7645e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

templates/components/styles/hero.html.twig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<div class="sidebar">
1616
<div class="l-frame l-frame--16-9">
1717
<video controls loop muted playsinline preload="metadata" data-video="hero">
18-
<source src="{{ page.heroVideo.url }}" type="video/mp4">
18+
<source src="{{ page.heroVideo[0].url }}" type="video/mp4">
1919
Sorry, your browser does not support embedded videos. This is an animation of the W3C logo morphing into a new design.
2020
</video>
2121
</div>

0 commit comments

Comments
 (0)