Team:KAIST-Korea/jihan

From 2011.igem.org

(Difference between revisions)
Line 42: Line 42:
$.fancybox({
$.fancybox({
'padding' : 0,
'padding' : 0,
-
'autoScale' : false,
+
'autoScale' : true,
'transitionIn' : 'none',
'transitionIn' : 'none',
'transitionOut' : 'none',
'transitionOut' : 'none',
'title' : this.title,
'title' : this.title,
'width' : 640,
'width' : 640,
-
'height' : 385,
+
'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' : 'transparent',
+
'wmode' : 'transparent',
'allowfullscreen' : 'true'
'allowfullscreen' : 'true'
}
}

Revision as of 18:15, 12 August 2011