HTML Improved Video Presentation Code

title: Contents 
style: nestedList # TOC style (nestedList|inlineFirstLevel)
minLevel: 1 # Include headings from the specified level
maxLevel: 4 # Include headings up to the specified level
includeLinks: true # Make headings clickable
debugInConsole: false # Print debug info in Obsidian console

Overview

The poster attribute can be used with the <video> element to display an image until the user plays the video.

Code Snippet

<video controls poster="image.png" width="500">
  <source src="video.mp4" type="video/mp4 />
</video>

See Also


Appendix

Note created on 2024-04-18 and last modified on 2024-04-18.

LIST FROM [[HTML - Improved Video Presentation]] AND -"CHANGELOG" AND -"04-RESOURCES/Code/HTML/HTML - Improved Video Presentation"

(c) No Clocks, LLC | 2024