Team:KAIST-Korea/jihan
From 2011.igem.org
(Difference between revisions)
Line 42: | Line 42: | ||
$.fancybox({ | $.fancybox({ | ||
'padding' : 0, | 'padding' : 0, | ||
- | 'autoScale' : | + | 'autoScale' : true, |
'transitionIn' : 'none', | 'transitionIn' : 'none', | ||
'transitionOut' : 'none', | 'transitionOut' : 'none', | ||
'title' : this.title, | 'title' : this.title, | ||
'width' : 640, | 'width' : 640, | ||
- | 'height' : | + | 'height' : 360, |
'href' : this.href.replace(new RegExp("watch\\?v=", "i"), 'v/'), | 'href' : this.href.replace(new RegExp("watch\\?v=", "i"), 'v/'), | ||
'type' : 'swf', | 'type' : 'swf', | ||
'swf' : { | 'swf' : { | ||
- | 'wmode' | + | 'wmode' : 'transparent', |
'allowfullscreen' : 'true' | 'allowfullscreen' : 'true' | ||
} | } |
Revision as of 18:15, 12 August 2011