Ya lo he arreglado gente, simplemente he tenido que repetir el mismo efecto, para otro tipo y funciona perfectamente!!!
Algo así
Código PHP:
$("#various3").fancybox({
'width' : '40%',
'height' : '90%',
'autoScale' : true,
'transitionIn' : 'none',
'transitionOut' : 'none',
'type' : 'iframe'
});
$("#various4").fancybox({
'width' : '40%',
'height' : '90%',
'autoScale' : false,
'transitionIn' : 'none',
'transitionOut' : 'none',
'type' : 'iframe'
});
Gracias de todas maneras, espero que les sirva un saludo!