From 13d01dee272fba0e46a4e9d74a6cc699b4834199 Mon Sep 17 00:00:00 2001 From: rr- Date: Sun, 27 Dec 2015 17:05:48 +0100 Subject: [PATCH] Changed youtube videos to 16:9 --- public_html/templates/post-content.tpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public_html/templates/post-content.tpl b/public_html/templates/post-content.tpl index 9c26e0f7..ae38acc6 100644 --- a/public_html/templates/post-content.tpl +++ b/public_html/templates/post-content.tpl @@ -7,7 +7,7 @@ height = post.imageHeight; } else { width = 800; - height = 600; + height = 450; } %>