mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
Fix Guardian Recipe CSS: Images are distorted
Images were scaled to 100% height/width. Fixed by removing CSS.
This commit is contained in:
parent
47b48e49e6
commit
80b3e646e3
@ -65,11 +65,8 @@ class Guardian(BasicNewsRecipe):
|
||||
|
||||
extra_css = """
|
||||
img {
|
||||
width: 100% !important;
|
||||
height: 100% !important;
|
||||
max-width: 100% !important;
|
||||
max-height: 100% !important;
|
||||
min-width: 480px;
|
||||
}
|
||||
|
||||
a span {
|
||||
|
Loading…
x
Reference in New Issue
Block a user