prettyphoto youtube全屏无法正常工作

时间:2016-04-21 03:47:25

标签: javascript jquery html youtube

在我的页面中,我为iframe和youtube链接添加了prettyphoto。但现在问题是在YouTube链接部分全屏选项不起作用它说“全屏不可用”但如果我使用 Lity - 轻量级响应灯箱则全屏工作。但由于lity灯箱对窗口大小有限制,我不使用。

HTML

<a href="http://xxxxx.com/video-popup/?vpid=46&amp;iframe=true&amp;width=600&amp;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

      });

附件是enter image description here

的图片

1 个答案:

答案 0 :(得分:6)

尝试将Departments属性添加到allowfullscreen属性:

iframe_markup
相关问题