mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
Reduce image width: 100% -> 75%
This commit is contained in:
parent
fb191f6e7a
commit
2d36740a90
@ -26,7 +26,7 @@ class Fokus(BasicNewsRecipe):
|
|||||||
needs_subscription = 'optional'
|
needs_subscription = 'optional'
|
||||||
max_age = 7 # days
|
max_age = 7 # days
|
||||||
remove_empty_feeds = True
|
remove_empty_feeds = True
|
||||||
extra_css = 'img { display: block; width: 100%; height: auto }'
|
extra_css = 'img { display: block; width: 75%; height: auto }'
|
||||||
|
|
||||||
remove_tags = [
|
remove_tags = [
|
||||||
dict(name='div', attrs={'class': 'External-ad'}),
|
dict(name='div', attrs={'class': 'External-ad'}),
|
||||||
|
Loading…
x
Reference in New Issue
Block a user