Fancybox PDF (iFrame) loads in all browsers except Chrome. The loading gif stays forever, but never loads anything, however, the photos and videos work fine.
$(function() {
$(".fancypdf").fancybox({
padding : 5,
framewidth : 855,
frameheight : 470,
openEffect : 'elastic',
openSpeed : 'normal',
openEasing : 'easeOutBack',
closeEffect : 'elastic',
closeSpeed : 'normal',
closeEasing : 'easeInBack',
closeClick : true,
type:'iframe',
});
Also, on the ipad, the dimensions of the PDF are off. Width is correct, but height is about 200px and can't scroll. Everything else works fine.
Any help would be great! Thanks!!