Unterschiede

Hier werden die Unterschiede zwischen zwei Versionen angezeigt.

Link zu dieser Vergleichsansicht

Beide Seiten der vorigen RevisionVorhergehende Überarbeitung
Nächste ÜberarbeitungBeide Seiten der Revision
de:create:media [12.12.2020 20:17] – [Einbindung mittels HTML 5] adminde:create:media [14.01.2021 20:18] admin
Zeile 214: Zeile 214:
  
 <code html> <code html>
-<source src="https://www.example.com/projectXYZ/dateiname.mp4" type="video/mp4" />+<video width="512" height="288" controls controlsList="nodownload"> 
 +    <source src="https://www.example.com/projectXYZ/dateiname.mp4" type="video/mp4" /
 +</video>
 </code> </code>
  
Zeile 222: Zeile 224:
  
 <code html> <code html>
-<source src="https://syncandshare.lrz.de/dl/fiR1vpLSm7zeDmYRoxRAiAQF/sample.mp4" type="video/mp4" />+<video width="512" height="288" controls controlsList="nodownload"> 
 +    <source src="https://syncandshare.lrz.de/dl/fiR1vpLSm7zeDmYRoxRAiAQF/sample.mp4" type="video/mp4" /
 +</video>
 </code> </code>
  
Zeile 228: Zeile 232:
  
 <code html> <code html>
-<source src="https://www.dropbox.com/s/eccvtg69sxl8ume/video001.mp3?dl=1" type="video/mp4" />+<video width="512" height="288" controls controlsList="nodownload"> 
 +    <source src="https://www.dropbox.com/s/eccvtg69sxl8ume/video001.mp3?dl=1" type="video/mp4" /
 +</video>
 </code> </code>
  
de/create/media.txt · Zuletzt geändert: 11.12.2023 20:44 von admin
 
Falls nicht anders bezeichnet, ist der Inhalt dieses Wikis unter der folgenden Lizenz veröffentlicht: CC Attribution-Share Alike 4.0 International
Driven by DokuWiki