本文最后更新于 2025-05-27,文章内容可能已经过时。

首先我们应该吧视频先做出来(对吧,啊对对对)然后视频了做完了ppt最好也是得整出来

然后如何插入视频或者图片呢

接下来跟着我的操作一步一步操作

第一步

首先把视频或者ppt上传到阿里云oss并复制

然后在编辑文章里选择这个

把这个代码放进去 大小根据实际情况更改

<video controls width="100%" style="max-width: 800px; margin: 0 auto;">
  <source src="选择你的视频链接" type="video/mp4">
  你的浏览器不支持视频播放。
</video>

其次ppt也是同理下面是代码 根据实际情况更改

<div style="margin: 20px 0; border: 1px solid #e5e7eb; border-radius: 8px; overflow: hidden;">
  <iframe 
    src="https://kdocs.cn/l/cdV7OY4sZf5F?k=cdV7OY4sZf5F" 
    width="100%" //根据实际情况更改
    height="1000px" //根据实际情况更改
    frameborder="0" 
    allowfullscreen 
    style="min-height: 400px; max-width: 1200px; margin: 0 auto; display: block;">
  </iframe>
</div>

基本就完事了

下面还在更新中