From c606a316d76589a871f24aec1b2c4effc77379d3 Mon Sep 17 00:00:00 2001 From: Danny Marc Rotscher <danny.rotscher@tu-dresden.de> Date: Wed, 27 Jul 2022 10:07:33 +0200 Subject: [PATCH] Changed contribution guide for video --- doc.zih.tu-dresden.de/docs/contrib/content_rules.md | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) diff --git a/doc.zih.tu-dresden.de/docs/contrib/content_rules.md b/doc.zih.tu-dresden.de/docs/contrib/content_rules.md index 918f19740..c7c618201 100644 --- a/doc.zih.tu-dresden.de/docs/contrib/content_rules.md +++ b/doc.zih.tu-dresden.de/docs/contrib/content_rules.md @@ -129,8 +129,7 @@ Further tips can be found on this Please use images and graphics for illustration purposes and to improve comprehensibility. All graphics and attachments are saved within `misc` directory of the respective subdirectory in `docs`. -For video attachments please use either webm or mp4 format, in fact it would be best to upload one -file each in webm and mp4 because then you cover a wider range of browsers. +For video attachments please use either webm or mp4 format. !!! example "Syntax" @@ -144,12 +143,7 @@ file each in webm and mp4 because then you cover a wider range of browsers. The syntax to insert a video attachment into a page is ```html - <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> +  ``` The attribute `align` is optional. By default, graphics are left-aligned. **Note:** It is crucial to -- GitLab