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 | e18831fb897c7b9ea7bf7045ebaaf00f94e01acc (patch) | |
tree | c737cc0117970b6ad941dcaf0e870c50c89e8316 /src | |
parent | 7b85c3c92a56ef2070cd99c6c53c2ae7e2b45f9b (diff) |
Fixing chrome bug with hero 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 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" /> |