, html:
<a class="fancypdf" href="path/file.pdf">open pdf</a>
:
$(".fancypdf").click(function(){
$.fancybox({
type: 'html',
autoSize: false,
content: '<embed src="'+this.href+'#nameddest=self&page=1&view=FitH,0&zoom=80,0,0" type="application/pdf" height="99%" width="100%" />',
beforeClose: function() {
$(".fancybox-inner").unwrap();
}
});
return false;
});
PDF .
. HTML5 <!DOCTYPE html>, height 99%, PDF. , HTML5 (. content, embed )
: DEMO , PDF fancybox v2.x
EDIT ( 2014 ):
(down-voters), . , , , PDF iframe. , .