There was an error while loading. Please reload this page.
1 parent ae07da1 commit 64a8f09Copy full SHA for 64a8f09
sqlpage/templates/hero.handlebars
@@ -18,10 +18,10 @@
18
<video src="{{video}}" alt="{{title}}" class="hero-image img-fluid col-lg-6"
19
{{~#if loop}} loop{{/if~}}
20
{{~#if muted}} muted{{/if~}}
21
- {{~#if nocontrols}} autoplay{{else}}
+ {{~#if nocontrols}} autoplay
22
+ {{~else}} controls
23
{{~#if autoplay}} autoplay{{/if~}}
- controls
24
- {{/if~}}
+ {{~/if~}}
25
{{~#if poster}} preload="none" poster="{{poster}}"{{/if~}}>
26
</video>
27
{{/if}}
0 commit comments