我想在我的网站上包含 .mov 文件
我有一个 .mov 格式的视频。问题是视频的分辨率非常高,大小为 2GB。 我想将其包含在我网站的一个部分中,我想问最好的方法是什么?我正在考虑使用 iframe,但我不知道这是否可行。
I have a video in a .mov format. The problem is video has a very high resolution and has a 2GB size.
I want to include it on a section from my website and I want to ask what is the best method for that? I was thinking for an iframe, but I don't know if that is possible.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
这个解决方案在大多数情况下都有效......
this solution will work in most case ...
尝试:
或尝试:
Try:
Or try:
<iframe src="path/to/your/video" width="400" height="300"></iframe>