diff options
author | Jesse Morgan <jesse@jesterpm.net> | 2013-09-24 21:44:18 -0700 |
---|---|---|
committer | Jesse Morgan <jesse@jesterpm.net> | 2013-09-24 21:44:18 -0700 |
commit | cf156b6d29ea7c92cc2308a8ea2bc59e7dbcd8ab (patch) | |
tree | 54e42f38ec841179e9ab1c9fb735caa9a330b759 /src | |
parent | afdbf1cbcf6c677af6d0187c74a68f6a6b5b6a5b (diff) |
Muting audio on video
Diffstat (limited to 'src')
-rw-r--r-- | src/templates/templates/index-hero.ftl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/templates/templates/index-hero.ftl b/src/templates/templates/index-hero.ftl index 023475a..521a82e 100644 --- a/src/templates/templates/index-hero.ftl +++ b/src/templates/templates/index-hero.ftl @@ -1,5 +1,5 @@ <div id="hero"> - <video id="herovideo" width="711" height="400" poster="${staticRoot}/images/grow-poster.png" controls="controls" autoplay="autoplay"> + <video id="herovideo" width="711" height="400" poster="${staticRoot}/images/grow-poster.png" controls="controls" autoplay="autoplay" muted="muted"> <source src="http://foursquaregrow.s3-website-us-east-1.amazonaws.com/grow-hero.mp4" type="video/mp4" /> <source src="http://foursquaregrow.s3-website-us-east-1.amazonaws.com/grow-hero.webm" type="video/webm" /> <img src="${staticRoot}/images/grow-poster.png" alt="Grow Process" /> |