summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJonas Smedegaard <dr@jones.dk>2017-05-15 07:50:35 +0200
committerJonas Smedegaard <dr@jones.dk>2017-05-15 08:13:57 +0200
commitb410599ed22669e7e708055d4d8692df2d8760bb (patch)
treec75f03a17b24b2bf4a5f98125a093e4527a82e3a
parent8d8c8bbc5ab96c81c72fa95b64a2f5cf9ac9fafe (diff)
Adjust front page video hints: Enable preload. Use VP9 (not VP8). Use 360p (not 640p).
-rw-r--r--index.mdwn8
1 files changed, 4 insertions, 4 deletions
diff --git a/index.mdwn b/index.mdwn
index 7a89d3f..e3c069e 100644
--- a/index.mdwn
+++ b/index.mdwn
@@ -7,11 +7,11 @@
<div class="video" style="margin-top: 3em; margin-bottom: 3em;">
<div class="embed-responsive embed-responsive-16by9">
-<video id="live-video" class="embed-responsive-item" playsinline poster="//media.couchdesign.dk/omni/omni1.jpg" controls>
+<video id="live-video" class="embed-responsive-item" playsinline poster="//media.couchdesign.dk/omni/omni1.jpg" preload controls>
-<source src="//media.couchdesign.dk/omni/omni1.webm" type="video/webm" />
-<source src="//media.couchdesign.dk/omni/omni1.mp4" type="video/mp4" />
-<img src="//media.couchdesign.dk/omni/omni1.jpg" width="848" height="480"
+<source src="//media.couchdesign.dk/omni/omni1.webm" type='video/webm; codecs="vp9, opus" />
+<source src="//media.couchdesign.dk/omni/omni1.mp4" type="video/mp4" />
+<img src="//media.couchdesign.dk/omni/omni1.jpg" width="640" height="360"
title="Sorry, the video formats provided are not supported by your browser." />
</video>
</div>