Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revisionBoth sides next revision
en:create:media [22.02.2016 12:44] – [Embedding of an mp3 using HTML5] adminen:create:media [26.04.2016 14:10] – [Embedding of an mp3 using HTML5] admin
Line 58: Line 58:
  
 <code html> <code html>
-<audio id="audio_with_controls" controls autoplay>+<audio id="audio_with_controls" preload="auto" controls autoplay>
   <source src="audio.mp3" type="audio/mpeg" />   <source src="audio.mp3" type="audio/mpeg" />
   <source src="audio.ogg" type="audio/ogg" />   <source src="audio.ogg" type="audio/ogg" />
en/create/media.txt · Last modified: 26.07.2021 21:07 by sophia.schauer
 
Except where otherwise noted, content on this wiki is licensed under the following license: CC Attribution-Share Alike 4.0 International
Driven by DokuWiki