2022-11-25 07:07:16 +01:00

11 lines
234 B
JavaScript

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