在我的页面中,我为iframe和youtube链接添加了prettyphoto。但现在问题是在YouTube链接部分全屏选项不起作用它说“全屏不可用”但如果我使用 Lity - 轻量级响应灯箱则全屏工作。但由于lity灯箱对窗口大小有限制,我不使用。
HTML
<a href="http://xxxxx.com/video-popup/?vpid=46&iframe=true&width=600&height=320" rel="prettyPhotov[iframes]" title=" Hotel Granvia Kyoto" class="flaticon-film51"></a>
JS
$(".videoiteam a[rel^='prettyPhotov']").prettyPhoto({
overlay_gallery: false,
theme: 'dark_square',
social_tools: false,
slideshow:false,
show_title: false
});
的图片
答案 0 :(得分:6)
尝试将Departments
属性添加到allowfullscreen
属性:
iframe_markup