From 2d36740a904ac71201f12432fef7c0923bc82604 Mon Sep 17 00:00:00 2001 From: Henrik Holm Date: Sun, 6 Oct 2024 03:50:08 +0200 Subject: [PATCH] Reduce image width: 100% -> 75% --- recipes/fokus.recipe | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes/fokus.recipe b/recipes/fokus.recipe index 2074c69994..2cd978ae52 100644 --- a/recipes/fokus.recipe +++ b/recipes/fokus.recipe @@ -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'}),