aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTeddy Wing2018-11-20 02:28:41 +0100
committerTeddy Wing2018-11-20 02:28:41 +0100
commit1e75c341d16bad57e1f881463798ce2b55d0184e (patch)
tree693ffa76f8c2608ed2f3fd7811530f3c8789b24d
parent5f868fb09987ef3f40fcaaf5817a5e8bb802f250 (diff)
downloaddome-key-web-1e75c341d16bad57e1f881463798ce2b55d0184e.tar.bz2
index.html: Set exact dimensions
Otherwise it gets rendered small when the page first loads, then expands to the correct dimensions after the page has loaded. This removes the jump-cut effect.
-rw-r--r--index.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/index.html b/index.html
index ba67a77..ee64d49 100644
--- a/index.html
+++ b/index.html
@@ -30,7 +30,7 @@
Control your computer with a pair of headphones
</p>
- <video controls preload class="margin-left-neg-12.5%">
+ <video controls preload width="842" height="518" class="margin-left-neg-12.5%">
<source src="/assets/DomeKey-Screencast.mp4" type="video/mp4" />
<source src="/assets/DomeKey-Screencast.webm" type="video/webm" />