我想用lightbox2显示YouTube视频,但我不知道怎么做。在我的网站上,当我写这篇文章时,我已经使用这个灯箱来显示照片,mais:
<a href="https://www.youtube.com/watch?v=E5ln4uR4TwQ?rel=0" data-lightbox="lightbox">
<button class="view-more">
<img src="images/loupe.png" width="400" alt="loupe">
</button>
</a>
出现一个小白框,每次都加载。
答案 0 :(得分:0)
也许试试这个:
<a href="http://video.google.com/videoplay?docid=1811233136844420765" rel="lightvideo">Google video example - default size</a>
只需更改href。
否则不要将button
放在<a></a>
答案 1 :(得分:0)
如果您知道如何获取YouTube嵌入链接,则可以尝试此操作:
<iframe width="420" height="315"
src="https://www.youtube.com/embed/XGSy3_Czz8k">
</iframe>