summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJesse Morgan <jesse@jesterpm.net>2013-11-26 09:13:15 -0800
committerJesse Morgan <jesse@jesterpm.net>2013-11-26 09:13:15 -0800
commit3bec265a167bfae192ee5a02389789d4c7f57e32 (patch)
treec4506ddd5098ac741878823f63aa6f170ecde827
parent60ecd5a3618f742a4ee5f8f1f1f4095017c56040 (diff)
Unmuting video...
-rw-r--r--src/templates/templates/index-hero.ftl2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/templates/templates/index-hero.ftl b/src/templates/templates/index-hero.ftl
index 521a82e..023475a 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" muted="muted">
+ <video id="herovideo" width="711" height="400" poster="${staticRoot}/images/grow-poster.png" controls="controls" autoplay="autoplay">
<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" />