Espero y este te ayude, aunque no es lo ideal pero bien te puede servir..
Código Javascript
:
Ver original$("#myIFrame").fancybox({
'width' : '75%',
'height' : '75%',
'autoScale' : false,
'transitionIn' : 'none',
'transitionOut' : 'none',
'type': 'iframe',
'onClosed': function() {
parent.location.reload(true);
}
});