jQuery.printElement icon indicating copy to clipboard operation
jQuery.printElement copied to clipboard

IE printing issue

Open ekosw opened this issue 5 years ago • 0 comments

Dear erikzaadi,

when trying to print the div 'printMe' in the below example, the browser is not recalculating the width to fit the div width , it take the wider div width and scale the page base on it.

<html> <body> <div id="wideDiv" width="1300px">wide div </div> <div id="printMe" width="100px"> content of me </div> <button onclick="$("#printMe").printElement();</button> </body> </html>

ekosw avatar Jul 28 '19 19:07 ekosw