I've searched quite a while for this problem but have not yet found a working answer.
What I have is the following. I open a lightbox with the following script. Within the lightbox is a link. When I click this link another page opens in the lightbox. The link also validates a form, and may only continue to the next page if it is validated. What I would like, is to resize the lightbox on load of the second page to width=900 and height=800.
Can someone help me?
jQuery('.fancybox').fancybox({
'type': 'iframe',
'width': 640,
'height': 680,
'autoSize': false
});