html 带有HTML5视频的Bootstrap 3 Modal
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了html 带有HTML5视频的Bootstrap 3 Modal相关的知识,希望对你有一定的参考价值。
<div class="btn-group">
<button class="btn btn-link" data-target="#modal-sample" data-toggle="modal" type="button">90 second video tutorial</button>
</div>
<div aria-hidden="true" aria-labelledby="modal-sample-label" class="modal theme-alt modal-center-vertical" id="modal-sample" role="dialog" tabindex="-1">
<div class="modal-dialog modal-lg">
<div class="modal-content">
<div class="modal-header">
<h4 class="modal-title" id="modal-sample-label">Dialog title</h4>
</div>
<div class="modal-body">
<video controls="" id="video1" style="width: 100%; height: auto; margin:0 auto; frameborder:0;">
<source src="/media/autoplay-video.webm" type="video/webm">
<source src="/media/autoplay-video.ogg" type="video/ogg">
<source src="/media/autoplay-video.mp4" type="video/mp4">
Your browser doesn't support HTML5 video tag.
</video>
</div>
<div class="modal-footer">
<button class="btn btn-primary" type="button">Button</button> <button class="btn btn-info" data-dismiss="modal" type="button">Cancel</button>
</div>
</div>
</div>
</div>
以上是关于html 带有HTML5视频的Bootstrap 3 Modal的主要内容,如果未能解决你的问题,请参考以下文章
HTML5:在带有控件的视频上放置画布
HTML5中如何显示视频HTML5视频播放
如何使用带有 ID 的单独播放按钮播放多个 HTML5 视频
如何使用带有本地文件的 HTML5 嵌入视频
播放带有 HTML5 后备的 FLV 视频
HTML5 背景视频不断显示,带有媒体查询