aboutsummaryrefslogtreecommitdiff
path: root/_layouts
diff options
context:
space:
mode:
Diffstat (limited to '_layouts')
-rw-r--r--_layouts/post.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/_layouts/post.html b/_layouts/post.html
index cb0e1b9..bff2f55 100644
--- a/_layouts/post.html
+++ b/_layouts/post.html
@@ -31,7 +31,7 @@ layout: default
{% if page.video %}
{% assign mkv=page.url | replace_first: "/", "" | replace: ".html", ".mkv" %}
{% if site.flags.direct-video %}
- <video controls>
+ <video width="320" height="240" controls>
<source src="{% link {{ mkv }} %}" type="video/x-matroska">
</video>
{% endif %}