Fancybox PDF (iframe) works fine on Safari and Firefox.
Doesn't open in Chrome - I just get the loading gif forever.
$(".fancypdf").fancybox({
padding : 5,
framewidth : 855,
frameheight : 470,
openEffect : 'elastic',
openSpeed : 'normal',
openEasing : 'easeOutBack',
closeEffect : 'elastic',
closeSpeed : 'normal',
closeEasing : 'easeInBack',
closeClick : true,
type:'iframe',
});
On iPad, the dimensions are completely wrong. Width is fine, but height opens at about 200px. Pictures and Videos open normally.
Thanks for the help!! :)