diff options
author | Marius Halden <marius.h@lden.org> | 2018-06-07 13:28:45 +0200 |
---|---|---|
committer | Marius Halden <marius.h@lden.org> | 2018-06-07 13:28:45 +0200 |
commit | 956f8b8a065824f9a9dc379eba1d0aa8b1b669cf (patch) | |
tree | 49f9ccb147b18dddee97500d4df7a3fb3dd3737c /templates/web/fixamingata/front/tips.html | |
parent | 782457d016084c8de04989dbc824a71899f8b41b (diff) | |
parent | 4dbf5371f79c5f290c08e561ba2c881e96b58669 (diff) |
Merge tag 'v2.3.3' into fiksgatami-dev
Diffstat (limited to 'templates/web/fixamingata/front/tips.html')
-rw-r--r-- | templates/web/fixamingata/front/tips.html | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/templates/web/fixamingata/front/tips.html b/templates/web/fixamingata/front/tips.html index 038343d90..11a9abfc2 100644 --- a/templates/web/fixamingata/front/tips.html +++ b/templates/web/fixamingata/front/tips.html @@ -1 +1,8 @@ -<div style="height: 329px; padding-top: 20px;"><iframe width="100%" height="329" src="//www.youtube.com/embed/uyiRyuIV0qY" frameborder="0" allowfullscreen></iframe></div> +<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"> + Din webbläsare kan tyvärr inte spela upp videoklippet. + </video> +</div> |