Warning: file_get_contents(/data/phpspider/zhask/data//catemap/4/video/2.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Video Blue Imp视频库无法配置_Video_Gallery_Blueimp - Fatal编程技术网

Video Blue Imp视频库无法配置

Video Blue Imp视频库无法配置,video,gallery,blueimp,Video,Gallery,Blueimp,我想为使用blueimp的客户机集成一个视频库,但我无法启动并运行它。 我正在分享我的,请看一看,让我知道我错过了什么 <script type="text/javascript"> $(document).ready(function () { blueimp.Gallery([ { title: 'KN1GHT - Last Moon', href: 'http:/

我想为使用blueimp的客户机集成一个视频库,但我无法启动并运行它。 我正在分享我的,请看一看,让我知道我错过了什么

  <script type="text/javascript">
    $(document).ready(function () {
        blueimp.Gallery([
            {
                title: 'KN1GHT - Last Moon',
                href: 'http://i.imgur.com/mdqQTPT.jpg'
            },
            {
                title: 'LES TWINS - An Industry Ahead',
                href: 'http://www.youtube.com/watch?v=zv9jHNwaV2E',
                type: 'text/html',
                youtube: 'zv9jHNwaV2E',
                poster: 'http://img.youtube.com/vi/zv9jHNwaV2E/0.jpg'
            },
            {
                title: 'Test',
                href: 'http://www.team-bhp.com/forum/attachments/shifting-gears/1033178d1356977973-official-non-auto-image-thread-_mg_0143.jpg'
            }
        ], {
            container: '#blueimp-gallery'

        });
    });
</script>
<div id="blueimp-gallery" class="blueimp-gallery">

    <!-- The container for the modal slides -->
    <div class="slides"></div>

    <!-- Controls for the borderless lightbox -->
    <h3 class="title"></h3>

    <a class="prev">‹</a>
    <a class="next">›</a>
    <a class="close">×</a>
    <a class="play-pause"></a>
    <ol class="indicator"></ol>

    <!-- The modal dialog, which will be used to wrap the lightbox content -->
    <div class="modal fade">

        <div class="modal-dialog">

            <div class="modal-content">

                <div class="modal-header">

                    <button type="button" class="close" aria-hidden="true">&times;</button>
                    <h4 class="modal-title"></h4>

                </div>

                <div class="modal-body next"></div>

                <div class="modal-footer">

                    <button type="button" class="btn btn-default pull-left prev">
                        <i class="glyphicon glyphicon-chevron-left"></i>
                        Previous
                    </button>
                    <button type="button" class="btn btn-primary next">
                        Next
                    <i class="glyphicon glyphicon-chevron-right"></i>
                    </button>

                </div>

            </div>

        </div>

    </div>

</div>
  <script src="js/jquery-1.11.0.min.js"></script>    
    <script src="http://blueimp.github.io/Gallery/js/blueimp-gallery-video.js"></script>
<script src="js/blueimp-gallery.js"></script>
<script src="http://blueimp.github.io/Gallery/js/blueimp-gallery-youtube.js"></script>
<!-- The Bootstrap Image Gallery lightbox, should be a child element of the document body -->
<link href="css/blueimp-gallery-video.css" rel="stylesheet" />
<link href="css/blueimp-gallery-indicator.css" rel="stylesheet" />
<link href="css/blueimp-gallery.css" rel="stylesheet" />