页面选项卡 iframe 中的图像和视频灯箱
我有一个页面选项卡 - 好的 - 到目前为止一切顺利。 http://www.facebook.com/pages/Team-Vermont/210976122316498?sk=app_201737266589689 我希望用户单击视频 1 并在灯箱中播放 YouTube 视频。现在我能想到的就是丑陋的 onclick popper。
所以 - iframe 页面选项卡上弹出的图像和视频。秘密是什么?
我花了大约 6 个小时认真地寻找答案,尝试了大约 12 次,但都失败了。
谢谢!
I got a page tab - ok - so far so good.
http://www.facebook.com/pages/Team-Vermont/210976122316498?sk=app_201737266589689
I want the user to click on video 1 and have a youtube vid play in a lightbox. Right now all I can figure out is the ugly onclick popper.
So - images and video in a popup on an iframe page tab. What is the secret?
I seriously have been searching for answers for about 6 hours and tried and failed about 12 times.
Thanks!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您正在使用
标签,我不确定这将如何帮助您实现灯箱效果?
请注意,您不能将灯箱置于页面选项卡 iframe 之外,覆盖 Facebook 内容(左侧边栏和右侧广告以及其他组件) 。所以简而言之,你无法拥有与Facebook相册类似的效果!
只需确保灯箱内容 + 填充 + 边框 + 阴影 <= 520 px,否则你会得到丑陋的水平滚动条!
You are using the
<map>
tag, I'm not sure how this would help you to achieve a lightbox effect?Just a small note, you cannot have your lightbox outside the page tab iframe overlaying the Facebook content (left sidebar and right ads and other components). So in short, you cannot have a similar effect to the Facebook photo album!
Just make sure that the lightbox content + padding + borders + shaddow is <= 520 px, otherwise you'll get the ugly horizontal scrollbar!