diff options
author | Joe Siltberg <git@joesiltberg.se> | 2020-01-09 16:46:58 +0100 |
---|---|---|
committer | Joe Siltberg <git@joesiltberg.se> | 2020-03-03 09:44:54 +0100 |
commit | ab3d6f7de2c41e97cd2a561662de306446a933eb (patch) | |
tree | b8e41f949140b156b503907ef9218627b5877681 | |
parent | d65ce0e6b24c8302db4107290d12d8e7d5c864b9 (diff) |
[FixaMinGata] New video for the front page
-rw-r--r-- | templates/web/fixamingata/front/tips.html | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/templates/web/fixamingata/front/tips.html b/templates/web/fixamingata/front/tips.html index 11a9abfc2..cfa2c36f7 100644 --- a/templates/web/fixamingata/front/tips.html +++ b/templates/web/fixamingata/front/tips.html @@ -1,8 +1,8 @@ <div style="padding-top: 20px;"> <h2>Så här enkelt används FixaMinGata</h2> - <video controls poster="/cobrands/fixamingata/videos/poster.jpg" style="width: 100%;"> - <source src="/cobrands/fixamingata/videos/fixamingata.webm" type="video/webm"> - <source src="/cobrands/fixamingata/videos/fixamingata.mp4" type="video/mp4"> + <video controls poster="/static/poster2019.png" style="width: 100%;"> + <source src="/static/FMG2019.mp4" type="video/mp4"> + <track label="Svenska" kind="subtitles" srclang="sv" src="/static/sv.vtt"> Din webbläsare kan tyvärr inte spela upp videoklippet. </video> </div> |