diff options
author | Jesse Morgan <jesse@jesterpm.net> | 2013-09-22 16:21:03 -0700 |
---|---|---|
committer | Jesse Morgan <jesse@jesterpm.net> | 2013-09-22 16:21:03 -0700 |
commit | 8b6dce760201677bb6a8eba37cabd87d826687ce (patch) | |
tree | c5c26226e4542421712d907554da02a66f8074ec /src/templates | |
parent | c10e356c6f56ce6fbc17dd3c7824bd7673dba653 (diff) |
Fixing chrome bug with hero video
Diffstat (limited to 'src/templates')
-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 0bbd7c9..023475a 100644 --- a/src/templates/templates/index-hero.ftl +++ b/src/templates/templates/index-hero.ftl @@ -1,5 +1,5 @@ <div id="hero"> - <video width="711" height="400" poster="${staticRoot}/images/grow-poster.png" autoplay="autoplay"> + <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" /> |