Html5 record

1. Video Player Code

<video width="320" height="200" controls loop muted>
  <source src="" type="video/webm">
  </object> 
</video>
  • Html Haropad in direct output, no conversion again in the chrome
  • Video use absolute paths picture using relative paths, but the final effect is subject to Haropad preview
  • loop attributes: the cycle does not stop video playback
  • muted property: mute the video player

2.Markdown Solutions

  • Insert Video
![video](http://www.html5rocks.com/en/tutorials/video/basics/devstories.webm)
  • Insert Audio
![audio](http://v2v.cc/~j/theora_testsuite/320x240.ogg)

Reproduced in: https: //www.jianshu.com/p/fcbced19a90d

Guess you like

Origin blog.csdn.net/weixin_33670713/article/details/91064025