aboutsummaryrefslogtreecommitdiffstats
path: root/view/theme/diabook/oembed_video.tpl
diff options
context:
space:
mode:
authorfriendica <info@friendica.com>2012-05-05 17:54:19 -0700
committerfriendica <info@friendica.com>2012-05-05 17:54:19 -0700
commit47c3b43afd64cd1c05b67d347fb1219c42fe6d20 (patch)
tree9b3f2ae85a81c7983f6595679a370fc5a6815f1e /view/theme/diabook/oembed_video.tpl
parent49ccefd6c7add622ba84c72769a68d08ef043ef5 (diff)
parente1ab3a93cc450ca52c7651ecca8cad8334e5f1ce (diff)
downloadvolse-hubzilla-47c3b43afd64cd1c05b67d347fb1219c42fe6d20.tar.gz
volse-hubzilla-47c3b43afd64cd1c05b67d347fb1219c42fe6d20.tar.bz2
volse-hubzilla-47c3b43afd64cd1c05b67d347fb1219c42fe6d20.zip
Merge https://github.com/friendica/friendica into pull
Diffstat (limited to 'view/theme/diabook/oembed_video.tpl')
-rw-r--r--view/theme/diabook/oembed_video.tpl2
1 files changed, 1 insertions, 1 deletions
diff --git a/view/theme/diabook/oembed_video.tpl b/view/theme/diabook/oembed_video.tpl
index 5e046d8c5..99c65cb29 100644
--- a/view/theme/diabook/oembed_video.tpl
+++ b/view/theme/diabook/oembed_video.tpl
@@ -1,4 +1,4 @@
-<a class="embed_yt" href='$embedurl' onclick='this.innerHTML=Base64.decode("$escapedhtml"); yt_iframe();javascript:$(this).parent().css("height", "370px"); return false;' style='float:left; margin: 1em; position: relative;'>
+<a class="embed_yt" href='$embedurl' onclick='this.innerHTML=Base64.decode("$escapedhtml"); yt_iframe();javascript:$(this).parent().css("height", "450px"); return false;' style='float:left; margin: 1em; position: relative;'>
<img width='$tw' height='$th' src='$turl' >
<div style='position: absolute; top: 0px; left: 0px; width: $twpx; height: $thpx; background: url(images/icons/48/play.png) no-repeat center center;'></div>
</a>