$(".iframe").fancybox({
'overlayShow': false,
'frameWidth': 500, // set the width
'frameHeight': 500, // set the height
'type': 'iframe', // tell the script to create an iframe
});
Categories
$(".iframe").fancybox({
'overlayShow': false,
'frameWidth': 500, // set the width
'frameHeight': 500, // set the height
'type': 'iframe', // tell the script to create an iframe
});