We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7f07345 commit cc7645eCopy full SHA for cc7645e
templates/components/styles/hero.html.twig
@@ -15,7 +15,7 @@
15
<div class="sidebar">
16
<div class="l-frame l-frame--16-9">
17
<video controls loop muted playsinline preload="metadata" data-video="hero">
18
- <source src="{{ page.heroVideo.url }}" type="video/mp4">
+ <source src="{{ page.heroVideo[0].url }}" type="video/mp4">
19
Sorry, your browser does not support embedded videos. This is an animation of the W3C logo morphing into a new design.
20
</video>
21
</div>
0 commit comments