hi i am trying to display a PDF with fancybox but I can not.
I have this code:
$(".fancybox").fancybox({
'frameWidth': 100,
'frameHeight':495,
'overlayShow':true,
'hideOnContentClick':false,
'type':'iframe'
})
and
<a class="fancybox" href="/symfony2/web/app.php/pdf/2"> show pdf</a>
but shows me that way generated pdf:
http://www.subirimagenes.com/imagen-pantallazo-8110661.html
Does anyone know how to solve the problem to display the facybox correctly? a greeting.
iframe: { preload: false // fixes issue with iframe and IE }
this fixed the issue for IE 9 – Legalism