mirror of https://gitlab.com/bashrc2/epicyon
Video dimensions
parent
7a8d419ac5
commit
89f6d4c374
|
@ -199,7 +199,7 @@ def html_podcast_episode(css_cache: {}, translate: {},
|
||||||
url = url.split('?utm_')[0]
|
url = url.split('?utm_')[0]
|
||||||
podcast_str += \
|
podcast_str += \
|
||||||
" <iframe loading=\"lazy\" src=\"" + \
|
" <iframe loading=\"lazy\" src=\"" + \
|
||||||
url + "\" width=\"80%\" height=\"50%\" " + \
|
url + "\" width=\"400\" height=\"300\" " + \
|
||||||
"frameborder=\"0\" allow=\"autoplay; fullscreen\" " + \
|
"frameborder=\"0\" allow=\"autoplay; fullscreen\" " + \
|
||||||
"allowfullscreen>\n </iframe>\n"
|
"allowfullscreen>\n </iframe>\n"
|
||||||
elif 'video' in podcast_properties['linkMimeType']:
|
elif 'video' in podcast_properties['linkMimeType']:
|
||||||
|
|
Loading…
Reference in New Issue