Colorbox Youtube视频未加载

时间:2019-02-27 22:48:36

标签: javascript jquery html colorbox

我一直在制作一个颜色框,但它不会加载youtube视频。 (空白白框)

知道为什么吗?

组的索引代码:

<!--Group 2-->
<div class="youtube" id="group2">
    <h2 class="group-2-text">Rigging</h2>
    <p><a class="group2" href="../images/port/model/car.png"><img src="../images/port/model/car.png" alt="Car" align="right" width="525" height="425"></a></p>
    <p><a class="youtube" href="vid/rigs/ScooterRig.mp4" ></a></p>
</div>

脚本:

<script src="https://code.jquery.com/jquery-3.3.1.min.js" integrity="sha384-tsQFqpEReu7ZLhBV2VZlAu7zcOV+rXbYlF2cqB8txI/8aZajjp4Bqd+V6D5IgvKT" crossorigin="anonymous"></script>
<script src="js/jquery.colorbox-min.js"></script>
<script src="js/jquery.colorbox.js"></script>
<script>
    $(document).ready(function(){
    $(".group1").colorbox({rel:'group1', width:"75%", height:"75%"});
    $(".group2").colorbox({rel:'group2', width:"75%", height:"75%"});
    $(".group3").colorbox({rel:'group3', width:"75%", height:"75%"});
    $(".group4").colorbox({rel:'group4', width:"75%", height:"75%"});
    $(".youtube").colorbox({iframe:true, innerWidth:640, innerHeight:390});
    });
</script>

该网站位于:https://www.myburghnel.com/ 向下滚动到投资组合部分,然后单击索具图片。

0 个答案:

没有答案