1
0
mirror of https://github.com/pdf2htmlEX/pdf2htmlEX.git synced 2024-07-05 01:28:39 +00:00

print background images in Chrome

This commit is contained in:
Lu Wang 2013-02-06 01:09:56 +08:00
parent 46c1161b50
commit 864cfdda35

View File

@ -58,7 +58,11 @@
}
@media print {
@page { margin:0; }
body { margin:0; }
body {
margin:0;
/* enable printing background images for WebKit */
-webkit-print-color-adjust:exact;
}
#pdf-main {
width:auto;
height:auto;