Video height

merge-requests/22/merge
Bob Mottram 2022-01-14 19:35:07 +00:00
parent 066d399df1
commit e517f224df
1 changed files with 1 additions and 1 deletions

View File

@ -199,7 +199,7 @@ def html_podcast_episode(css_cache: {}, translate: {},
url = url.split('?utm_')[0]
podcast_str += \
" <iframe loading=\"lazy\" src=\"" + \
url + "\" width=\"90%\" " + \
url + "\" width=\"80%\" height=\"80vw\" " + \
"frameborder=\"0\" allow=\"autoplay; fullscreen\" " + \
"allowfullscreen>\n </iframe>\n"
elif 'video' in podcast_properties['linkMimeType']: