mirror of
https://github.com/pdf2htmlEX/pdf2htmlEX.git
synced 2024-12-22 13:00:08 +00:00
print background images in Chrome
This commit is contained in:
parent
46c1161b50
commit
864cfdda35
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user