Skip to content

Instantly share code, notes, and snippets.

@foru17
Created June 7, 2014 06:17
Show Gist options
  • Save foru17/cf852715ca0ac3655b17 to your computer and use it in GitHub Desktop.
Save foru17/cf852715ca0ac3655b17 to your computer and use it in GitHub Desktop.
在Markdown中添加视频方法
<video id="video" controls="" preload="none" poster="http://media.w3.org/2010/05/sintel/poster.png">
<source id="mp4" src="http://media.w3.org/2010/05/sintel/trailer.mp4" type="video/mp4">
<source id="webm" src="http://media.w3.org/2010/05/sintel/trailer.webm" type="video/webm">
<source id="ogv" src="http://media.w3.org/2010/05/sintel/trailer.ogv" type="video/ogg">
<p>Your user agent does not support the HTML5 Video element.</p>
</video>
@icodemaker
Copy link

@Grindewald1900
Copy link

Your user agent does not support the HTML5 Video element.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment