From 80b3e646e3995f20e7c26434d8660583014a6d71 Mon Sep 17 00:00:00 2001 From: Hugo Melder Date: Mon, 12 Apr 2021 09:34:14 +0200 Subject: [PATCH] Fix Guardian Recipe CSS: Images are distorted Images were scaled to 100% height/width. Fixed by removing CSS. --- recipes/guardian.recipe | 3 --- 1 file changed, 3 deletions(-) diff --git a/recipes/guardian.recipe b/recipes/guardian.recipe index c60e1bd460..1944a4b7e2 100644 --- a/recipes/guardian.recipe +++ b/recipes/guardian.recipe @@ -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 {