在markdown中添加视频的两种方法-灵析社区

JACKY

markdown浏览器中如何添加视频呢?两种方式:

方式一。

源代码:

<iframe  
    width="100%"  
    height="450"  
    src="//player.bilibili.com/player.html?aid=16688970&cid=27215876&page=1"  
    scrolling="no"  
    border="0"  
    frameborder="no"  
    framespacing="0"  
    allowfullscreen="true"> 
。 
</iframe> 

方式二

<video width="320" height="240" controls> 
  <source src="https://www.runoob.com/try/demo_source/movie.mp4" type="video/mp4"> 
</video> 


阅读量:612

点赞量:0

收藏量:0