Skip to content
Snippets Groups Projects
Commit ef2d4f26 authored by Danny Marc Rotscher's avatar Danny Marc Rotscher
Browse files

Replaced html video tags with mkdocs-video plugin

parent ebe43958
No related branches found
No related tags found
2 merge requests!633Automated merge from preview to main,!629Resolve "Improve video embedding"
......@@ -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.
......
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment