Reduce image width: 100% -> 75%

This commit is contained in:
Henrik Holm 2024-10-06 03:50:08 +02:00
parent fb191f6e7a
commit 2d36740a90

View File

@ -26,7 +26,7 @@ class Fokus(BasicNewsRecipe):
needs_subscription = 'optional'
max_age = 7 # days
remove_empty_feeds = True
extra_css = 'img { display: block; width: 100%; height: auto }'
extra_css = 'img { display: block; width: 75%; height: auto }'
remove_tags = [
dict(name='div', attrs={'class': 'External-ad'}),