Fix sizing of images in The Hindu

This commit is contained in:
Kovid Goyal 2022-02-17 20:49:44 +05:30
parent c0e7520954
commit d2baa161c7
No known key found for this signature in database
GPG Key ID: 06BC317B515ACE7C

View File

@ -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; } ' \