2016-05-30 81 views
1

如何爲視頻添加allowfullscreen到featherlight.js?如何在iframe中添加allowfullscreen到featherlight.js?

對於iFrame視頻http://noelboss.github.io/featherlight/網站的例子有allowfullscreen,我只是不知道如何將它添加到我自己的視頻網址。

添加我使用的視頻URL的格式爲:

<a href="https://www.youtube.com/embed/aqL9W4VhgoA" data-featherlight="iframe">link</a> 

我想不通的地方放的allowFullScreen因爲它添加到URL是不行的,我也試過這個:

<a href="https://www.youtube.com/embed/aqL9W4VhgoA" data-featherlight-allowfullscreen="true" data-featherlight="iframe">link</a> 

但它沒有工作。

謝謝! Charles

回答

0

要麼像這個例子一樣(頁面上已經存在隱藏的),要麼使用afterContent回調添加屬性。

+0

你可以指點我去添加aftercontent的代碼嗎?我只想添加allowfullscreen,但不想在主頁上隱藏iframe。非常感謝! – Charles