forked from tanner/qotnews
add video max-with
This commit is contained in:
@@ -7,7 +7,7 @@ import requests
|
|||||||
from settings import HEADLESS_READER_PORT, SIMPLE_READER_PORT
|
from settings import HEADLESS_READER_PORT, SIMPLE_READER_PORT
|
||||||
|
|
||||||
class Simple:
|
class Simple:
|
||||||
def __init__(self, host, name, internal=True, timeout=20):
|
def __init__(self, host, name, internal=True, timeout=90):
|
||||||
self.host = host
|
self.host = host
|
||||||
self.name = name
|
self.name = name
|
||||||
self.internal = internal
|
self.internal = internal
|
||||||
|
@@ -54,6 +54,7 @@
|
|||||||
text-align: justify;
|
text-align: justify;
|
||||||
}
|
}
|
||||||
.article-body :global(figure),
|
.article-body :global(figure),
|
||||||
|
.article-body :global(video),
|
||||||
.article-body :global(img) {
|
.article-body :global(img) {
|
||||||
max-width: 100%;
|
max-width: 100%;
|
||||||
height: auto;
|
height: auto;
|
||||||
|
Reference in New Issue
Block a user