first commit
This commit is contained in:
11
fancybox/web.js
Executable file
11
fancybox/web.js
Executable file
@ -0,0 +1,11 @@
|
||||
jQuery(document).ready(function() {
|
||||
$("#box2").fancybox({
|
||||
'width' : '75%',
|
||||
'height' : '75%',
|
||||
'autoScale' : true,
|
||||
'transitionIn' : 'elastic',
|
||||
'transitionOut' : 'elastic',
|
||||
'type' : 'iframe'
|
||||
});
|
||||
|
||||
});
|
Reference in New Issue
Block a user