Bootstrap模态框插入视频的实现代码

前端之家收集整理的这篇文章主要介绍了Bootstrap模态框插入视频的实现代码前端之家小编觉得挺不错的,现在分享给大家,也给大家做个参考。

下面代码实现别忘了前提是要在bootstrap框架下使用

一、效果

点击模态框

这里写图片描述

跳出自己已做好的MP4等格式视频

这里写图片描述

二、Bootstrap代码

<div class="modal fade bs-example-modal-lg" tabindex="-1" role="dialog" aria-labelledby="myLargeModalLabel">
<div class="modal-dialog modal-lg" role="document">
<div class="modal-content">
...< --这里写插入视频代码 -- >

三、插入视频代码

注意video一些必要代码。如需解决兼容可以看这篇博客

四、总代码(我这里做了点改动,没有放在button里,问题不大)

以上所述是小编给大家介绍的Bootstrap模态框插入视频的实现代码,希望对大家有所帮助,如果大家有任何疑问欢迎给我留言,小编会及时回复大家的!

原文链接:https://www.f2er.com/bootstrap/38373.html
bootstrapbootstrap模态框

猜你在找的Bootstrap相关文章