Template:Bielefeld ThickBox

From 2010.igem.org

(Difference between revisions)
Line 8: Line 8:
-
$(".swfgal").fancybox({
+
    $(".boxGallery").fancybox({
-
'padding' : 0,
+
                'width'               : '75%',
-
'autoScale' : false,
+
                'height'            : '75%',
-
'transitionIn' : 'none',
+
                'autoScale'           : false,
-
'transitionOut' : 'none'
+
                'transitionIn'       : 'none',
-
});
+
                'transitionOut'       : 'none',
 +
                'type'                : 'iframe'
 +
            });
});
});
</script>
</script>
</html>
</html>

Revision as of 09:03, 21 October 2010