I am using jQuery Fancybox for a popup registration form here
I would like the form to come up at the size of 450px by 700px but no matter what I set the height and
Add iframe: { scrolling : 'no' } as option
example
$.fancybox({ href: 'yourUrl.html', width: 800, height: 415, autoSize: false, type : 'iframe', iframe: { scrolling : 'no', preload : true }});