Team:KAIST-Korea/jihan

From 2011.igem.org

(Difference between revisions)
Line 24: Line 24:
/* This is basic - uses default settings */
/* This is basic - uses default settings */
-
 
-
$("a.kaistcontent").fancybox({
 
-
'autoScale' : true
 
-
});
 
$("a#single_image").fancybox({
$("a#single_image").fancybox({
'autoScale' : true
'autoScale' : true
 +
'overlayColor' : '#000',
 +
'overlayOpacity' : 0.85
});
});
Line 37: Line 35:
$("a.gallery").fancybox({
$("a.gallery").fancybox({
'autoScale' : true
'autoScale' : true
 +
'overlayColor' : '#000',
 +
'overlayOpacity' : 0.85
});
});
Line 43: Line 43:
'padding' : 0,
'padding' : 0,
'autoScale' : true,
'autoScale' : true,
-
 
+
'overlayColor' : '#000',
 +
'overlayOpacity' : 0.85,
'transitionIn' : 'none',
'transitionIn' : 'none',
'transitionOut' : 'none',
'transitionOut' : 'none',
'title' : this.title,
'title' : this.title,
-
'titlePosition' : 'outside',
+
'titlePosition' : 'outside',
'width' : 640,
'width' : 640,
'height' : 360,
'height' : 360,

Revision as of 18:21, 12 August 2011