blob: 5ad32072053b2b2bfb6ed0818e2f40e8b336ec4c (
plain)
1
2
3
4
5
6
7
|
$('.fancybox').fancybox({
"autoDimensions": false,
"autoHeight": false,
"maxHeight": 148,
"width" : 280, // set the width
"type" : "iframe" // tell the script to create an iframe
});
|