diff options
Diffstat (limited to 'client/src/assets')
-rw-r--r-- | client/src/assets/player/utils.ts | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/client/src/assets/player/utils.ts b/client/src/assets/player/utils.ts index cbca1065f..18380d950 100644 --- a/client/src/assets/player/utils.ts +++ b/client/src/assets/player/utils.ts | |||
@@ -46,6 +46,8 @@ function buildVideoOrPlaylistEmbed (embedUrl: string, embedTitle: string) { | |||
46 | const iframe = document.createElement('iframe') | 46 | const iframe = document.createElement('iframe') |
47 | 47 | ||
48 | iframe.title = embedTitle | 48 | iframe.title = embedTitle |
49 | iframe.width = '560' | ||
50 | iframe.height = '315' | ||
49 | iframe.src = embedUrl | 51 | iframe.src = embedUrl |
50 | iframe.frameBorder = '0' | 52 | iframe.frameBorder = '0' |
51 | iframe.allowFullscreen = true | 53 | iframe.allowFullscreen = true |