Fix Guardian Recipe CSS: Images are distorted

Images were scaled to 100% height/width. Fixed by removing CSS.
This commit is contained in:
Hugo Melder 2021-04-12 09:34:14 +02:00 committed by GitHub
parent 47b48e49e6
commit 80b3e646e3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -65,11 +65,8 @@ class Guardian(BasicNewsRecipe):
extra_css = """ extra_css = """
img { img {
width: 100% !important;
height: 100% !important;
max-width: 100% !important; max-width: 100% !important;
max-height: 100% !important; max-height: 100% !important;
min-width: 480px;
} }
a span { a span {