diff options
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> |