2013-05-08 70 views

回答

0

你的問題是的fancybox媒體只與特定媒體流媒體服務工作,爲每個文檔中:

  • 的Youtube
  • Vimeo的
  • 優酷
  • 位DailyMotion
  • Twitvid
  • Twitpic
  • Instagra米
  • 谷歌地圖

對於其他服務器(如果你沒有控制),最好的辦法是打開的fancybox使用iframe型模式。

嘗試增加新類爲這些新的視頻像

<a class="btn newVideo" role="button" href="http://anotherserver.com/anothervideoURL"... 

,併爲他們寫像

$(".newVideo").fancybox({ 
    type: 'iframe', 
    width: 520, 
    height: 320, 
    fitToView: false, 
    scrolling: "no", 
    autoSize : false, 
    iframe: { 
     preload: false 
    } 
}); 

特定的自定義腳本見JSFIDDLE