aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJon Kristensen <info@jonkri.com>2014-07-07 21:43:49 +0200
committerMatthew Somerville <matthew@mysociety.org>2015-02-16 14:55:49 +0000
commitb3e2b0c31aaf376b193cce01508027514152b89c (patch)
tree32d0501187e53e581cbde95035b71dab6f9f4d05
parentb870024675fa77cc534fe313d009d406e1bdc4b3 (diff)
[FixaMinGata] Fix width problem with video
-rw-r--r--templates/web/fixamingata/front/tips.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/web/fixamingata/front/tips.html b/templates/web/fixamingata/front/tips.html
index 6b423ed5e..fd309708f 100644
--- a/templates/web/fixamingata/front/tips.html
+++ b/templates/web/fixamingata/front/tips.html
@@ -1 +1 @@
-<div style="height: 329px; padding-top: 20px;"><div style="position: absolute; width: 581px;"><iframe width="581" height="329" src="//www.youtube.com/embed/H5knzdalYI0" frameborder="0" allowfullscreen></iframe></div></div>
+<div style="height: 329px; padding-top: 20px;"><iframe width="100%" height="329" src="//www.youtube.com/embed/H5knzdalYI0" frameborder="0" allowfullscreen></iframe></div>