I created a fixed width fancybox defined on the parent page like so:
$('.fancybox').fancybox({
width: 650
});
I have a link that can be clicked within the iframe that pops up that directs to a new page that is 850px wide. I need the FancyBox to adjust up to that width. How can I do this? I've tried using the autosize:true function but that does not seem to do the job.