Bootstrap Carousel Video Slider不起作用

时间:2018-12-13 16:35:34

标签: bootstrap-4 slider carousel

我在自己的网站上有一个youtube视频轮播。但是,效果不佳。滑块坏了,我没发现错误:(请,有人可以帮我吗?谢谢

<div id="carouselvideo" class="carousel slide" data-ride="carousel">


        <div class="carousel-inner">

            <div class="carousel-item active">                  
                <iframe width="100%" height="315" src="https://www.youtube.com/watch?v=9G5mS_OKT0A?controls=0" frameborder="0" allow="accelerometer; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
                <h3>Title</h3>
                <p>Subtitle</p>
            </div>
            </div>
            <div class="carousel-item">                 
                <iframe width="100%" height="315" src="https://www.youtube.com/watch?v=h9JIt3VXHUo?controls=0" frameborder="0" allow="accelerometer; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
                <h3>Title </h3>
                <p>Subtitle</p>
            </div>

            <a class="carousel-control-prev" href="carouselvideo" role="button" data-slide="prev">
                <span class="carousel-control-prev-icon"></span>
                <span class="sr-only">Anterior</span>
            </a>
            <a class="carousel-control-next" href="carouselvideo" role="button" data-slide="next">
                <span class="carousel-control-next-icon"></span>
                <span class="sr-only">Próximo</span>
            </a>

        </div>

0 个答案:

没有答案
相关问题