我正在我的網站上工作,對HTML仍然很陌生。我試圖使用Twitter Bootstrap和Twitter Bootstrap Lightbox代碼在Lightbox中顯示YouTube視頻:http://jbutz.github.io/bootstrap-lightbox/Twitter Bootstrap燈箱展示YouTube視頻
我已經能夠獲取圖像以加載燈箱。但是,我不確定我需要做些什麼才能讓YouTube視頻播放。當我查看YouTube文檔時,它提供了iframe和embed選項。但是,當我使用其中一種替換代碼並將鏈接更改爲我的視頻時,燈箱不會加載,當然也無法看到視頻。
下面是使用嵌入選項我的代碼:
<div class="container">
<div class="row">
<div class="span12">
<h4>Band Concert</h4>
<div id="bandlightbox1" class="lightbox hide fade" tabindex="-1" role="dialog" aria-hidden="true">
<div class="lightbox-content">
<embed
width="420" height="345"
src="https://www.youtube.com/watch?v=og8cxXICoVU"
type="application/x-shockwave-flash">
</embed>
<div class="lightbox-caption">
<p>This is a video of my friends and I at our band concert. The guy in that glasses is our teacher person. The song is Friday I'm in Love for anyone who doesn't know. I'm on the piano that sounds like a harpsichord.</p>
</div>
</div>
</div>
</div>
</div>
</div>
任何幫助是極大的讚賞。我仍然很新,而且我很難過。
感謝
這是燈箱只是圖像。另外,你可以看看他們的github,看到只有一種內容類型,即圖像。有許多處理各種媒體的燈箱。一個是:http://dimsemenov.com/plugins/magnific-popup/,真是太棒了! – Christina