diff options
author | Jonas Smedegaard <dr@jones.dk> | 2017-04-30 19:06:13 +0200 |
---|---|---|
committer | Jonas Smedegaard <dr@jones.dk> | 2017-04-30 19:06:13 +0200 |
commit | 89a690a6126f80c23d2b440bc7f2f84a17ef75bb (patch) | |
tree | 3753ae25b8ae78a771ffbf3a65d2f4a2bb25a027 | |
parent | 64afe1f88c26eab153653bfc548bc2afe54ef563 (diff) |
Add video.
-rw-r--r-- | index.mdwn | 14 |
1 files changed, 14 insertions, 0 deletions
@@ -3,6 +3,20 @@ [[!template id=jumbotron content=<<JUMBOTRON <img src="logo2_out.png" width="400" height="auto"/> + +<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 autoplay muted poster="//media.couchdesign.dk/omni/omni1.jpg" 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" + title="Sorry, the video formats provided are not supported by your browser." /> +</video> +</div> +</div> + ## We value your Privacy OmniPresence is an important global player |