Resize iframe after scale

This commit is contained in:
Bengt Brodersen 2015-04-18 01:43:16 +02:00
parent e894e7548c
commit 3c05eb3278

View File

@ -414,6 +414,7 @@
var printWindow = printFrame[0].contentWindow;
var printDocument = printWindow.document;
jQuery("HTML", printDocument).css("font-size", jQuery(this).val() +"cm");
resizeIframe(printFrame);
});
// print