2022-11-28 09:17:05 +01:00

11 lines
234 B
JavaScript
Executable File

jQuery(document).ready(function() {
$("#box2").fancybox({
'width' : '75%',
'height' : '75%',
'autoScale' : true,
'transitionIn' : 'elastic',
'transitionOut' : 'elastic',
'type' : 'iframe'
});
});