From 2168ca6e0398a8d9054ae136e2b51b271162b316 Mon Sep 17 00:00:00 2001 From: Bob Mottram Date: Sat, 8 Oct 2022 19:31:29 +0100 Subject: [PATCH] Set width and height --- webapp_media.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/webapp_media.py b/webapp_media.py index 776a46e21..db1ba6250 100644 --- a/webapp_media.py +++ b/webapp_media.py @@ -54,7 +54,8 @@ def _add_embedded_video_from_sites(translate: {}, content: str, '' + \ + 'scrolling="no" height="' + str(height) + \ + '" width="' + str(width) + '">' + \ '\n\n' return content