diff options
author | Teddy Wing | 2018-11-20 02:28:41 +0100 |
---|---|---|
committer | Teddy Wing | 2018-11-20 02:28:41 +0100 |
commit | 1e75c341d16bad57e1f881463798ce2b55d0184e (patch) | |
tree | 693ffa76f8c2608ed2f3fd7811530f3c8789b24d | |
parent | 5f868fb09987ef3f40fcaaf5817a5e8bb802f250 (diff) | |
download | dome-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.html | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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" /> |