如何使用 lytebox 显示 YouTube 视频?

发布于 2024-11-14 05:08:33 字数 341 浏览 7 评论 0 原文

我这里有一个 youtube 嵌入代码:

我想使用 Lightbox 2 的修改版本(称为 lytebox)来显示,可以在此处找到: http://www.dolem.com/lytebox/

提前致谢。

I have a youtube embed code here: <iframe width="560" height="349" src="http://www.youtube.com/embed/F_sbusEUz5w" frameborder="0" allowfullscreen></iframe>

that I'd like to display using a modified version of lightbox 2 called lytebox, found here:
http://www.dolem.com/lytebox/

Thanks in advance.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

心碎的声音 2024-11-21 05:08:33

Try this,

<a href="http://www.youtube.com/embed/F_sbusEUz5w" rel="lyteframe" rev="width: 560px; height: 349px; scrolling: auto;">Click here to view the video.</a>

宣告ˉ结束 2024-11-21 05:08:33

最简单的一种是:将 iframe 保存在不同的 html 页面中并通过 lytebox 加载此页面

<a href="http://yoursite.com/yourpage.html" rel="lyteframe" title="title" 
rev="lytebox styling">Your video name</a>

您也可以直接使用嵌入链接而不是页面

Easiest one is : Save your iframe in different html page and load this page by lytebox

<a href="http://yoursite.com/yourpage.html" rel="lyteframe" title="title" 
rev="lytebox styling">Your video name</a>

You can also use embed link directly instead of page

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文