From ef2d4f2661e52b1d33d3614bd885387f054ff4b4 Mon Sep 17 00:00:00 2001
From: Danny Marc Rotscher <danny.rotscher@tu-dresden.de>
Date: Wed, 27 Jul 2022 10:05:54 +0200
Subject: [PATCH] Replaced html video tags with mkdocs-video plugin

---
 .../docs/access/jupyterhub_teaching_example.md |  8 ++------
 .../docs/software/virtual_desktops.md          | 18 ++----------------
 2 files changed, 4 insertions(+), 22 deletions(-)

diff --git a/doc.zih.tu-dresden.de/docs/access/jupyterhub_teaching_example.md b/doc.zih.tu-dresden.de/docs/access/jupyterhub_teaching_example.md
index 639bc25eb..6502eba58 100644
--- a/doc.zih.tu-dresden.de/docs/access/jupyterhub_teaching_example.md
+++ b/doc.zih.tu-dresden.de/docs/access/jupyterhub_teaching_example.md
@@ -160,12 +160,8 @@ The following video shows an example of the process of opening the
 spawn link and activating the environment, from the students perspective.
 Note that this video shows the case for a conda virtual environment.
 
-<div align="center">
-<video width="446" height="240" controls muted>
-  <source src="../misc/startup_hub.webm" type="video/webm">
-Your browser does not support the video tag.
-</video>
-</div>
+![type:video](misc/startup_hub.webm)
+
 
 !!! note
     - The spawn link may not work the first time a user logs in.
diff --git a/doc.zih.tu-dresden.de/docs/software/virtual_desktops.md b/doc.zih.tu-dresden.de/docs/software/virtual_desktops.md
index 963e4f8a9..7e3c327eb 100644
--- a/doc.zih.tu-dresden.de/docs/software/virtual_desktops.md
+++ b/doc.zih.tu-dresden.de/docs/software/virtual_desktops.md
@@ -20,16 +20,7 @@ Use WebVNC or DCV to run GUI applications on HPC resources.
 
 ### Demonstration
 
-<video controls="" width="320" style="border: 1px solid black">
-<source src="https://doc.zih.tu-dresden.de/software/misc/start-virtual-desktop-dcv.mp4"
-        type="video/mp4" />
-<source src="https://doc.zih.tu-dresden.de/software/misc/start-virtual-desktop-dcv.webm"
-        type="video/webm" />
-</video>
-
-<!--Hier steht ein Video.-->
-<!--In der mkdocs.yaml muss aber noch das Plugin mkdocs-video eingetragen werden-->
-<!--![type:video](misc/start-virtual-desktop-dcv.mp4)-->
+![type:video](misc/start-virtual-desktop-dcv.mp4)
 
 ### Using the Quickstart Feature
 
@@ -66,12 +57,7 @@ find your WebVNC desktop the way you left it.
 
 ### Demonstration
 
-<video controls="" width="320" style="border: 1px solid black">
-<source src="https://doc.zih.tu-dresden.de/software/misc/terminate-virtual-desktop-dcv.mp4"
-        type="video/mp4" />
-<source src="https://doc.zih.tu-dresden.de/software/misc/terminate-virtual-desktop-dcv.webm"
-        type="video/webm" />
-</video>
+![type:video](misc/terminate-virtual-desktop-dcv.mp4)
 
 !!! note
 
-- 
GitLab