I am opening a PDF in fancybox3 using a base64
string. It opens the PDF
but the actual pages appear very very tiny. If I zoom-in a few times then they appear fine.
Is there a way to set the zoom to 100% within the open function
?
$.fancybox.open({
content: '<iframe width="80%" height="90%" src="data:application/pdf;base64,' + data + '" />',
width: 800,
type: "html",
});