From d2baa161c785e7fd80f57ad9223d5e43303a6600 Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Thu, 17 Feb 2022 20:49:44 +0530 Subject: [PATCH] Fix sizing of images in The Hindu --- recipes/hindu.recipe | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes/hindu.recipe b/recipes/hindu.recipe index e478ae3d2e..4f4708e1f6 100644 --- a/recipes/hindu.recipe +++ b/recipes/hindu.recipe @@ -23,7 +23,7 @@ class TheHindu(BasicNewsRecipe): __author__ = 'Kovid Goyal' max_articles_per_feed = 100 no_stylesheets = True - remove_attributes = ['style'] + remove_attributes = ['style', 'height', 'width'] extra_css = '.lead-img-cont { text-align: center; } ' \ '.lead-img-caption { font-size: small; font-style: italic; } ' \ '.mobile-author-cont { font-size: small; text-transform: uppercase; } ' \