Resize iframe after scale
This commit is contained in:
parent
e894e7548c
commit
3c05eb3278
@ -414,6 +414,7 @@
|
|||||||
var printWindow = printFrame[0].contentWindow;
|
var printWindow = printFrame[0].contentWindow;
|
||||||
var printDocument = printWindow.document;
|
var printDocument = printWindow.document;
|
||||||
jQuery("HTML", printDocument).css("font-size", jQuery(this).val() +"cm");
|
jQuery("HTML", printDocument).css("font-size", jQuery(this).val() +"cm");
|
||||||
|
resizeIframe(printFrame);
|
||||||
});
|
});
|
||||||
|
|
||||||
// print
|
// print
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user