[minor] fix for pdf print
This commit is contained in:
parent
a2e2c3652b
commit
2491c3e335
2 changed files with 3 additions and 3 deletions
|
|
@ -67,8 +67,8 @@
|
|||
width: 100%;
|
||||
height: 0;
|
||||
padding: 50% 0;
|
||||
/*background-size: contain;*/
|
||||
background-size: cover;
|
||||
background-size: contain;
|
||||
/*background-size: cover;*/
|
||||
background-repeat: no-repeat;
|
||||
background-position: center center;
|
||||
border-radius: 4px;
|
||||
|
|
|
|||
|
|
@ -49,7 +49,7 @@ def prepare_options(html, options):
|
|||
'background': None,
|
||||
'images': None,
|
||||
'quiet': None,
|
||||
'no-outline': None,
|
||||
# 'no-outline': None,
|
||||
'encoding': "UTF-8",
|
||||
|
||||
# defaults
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue