diff options
Diffstat (limited to 'js/test.js')
-rwxr-xr-x | js/test.js | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/js/test.js b/js/test.js new file mode 100755 index 0000000..5ad3207 --- /dev/null +++ b/js/test.js @@ -0,0 +1,7 @@ +$('.fancybox').fancybox({ + "autoDimensions": false, + "autoHeight": false, + "maxHeight": 148, + "width" : 280, // set the width + "type" : "iframe" // tell the script to create an iframe + }); |