mirror of
https://github.com/Chocobozzz/PeerTube.git
synced 2025-10-05 19:42:24 +02:00
Styling
Also prefer "0" instead of "none" because outerHTML converts the later to "medium" (I don't know why)
This commit is contained in:
parent
70010fac73
commit
532020e2af
3 changed files with 6 additions and 6 deletions
|
@ -137,7 +137,7 @@ function buildOEmbed (options: {
|
|||
}
|
||||
|
||||
const html = `<iframe width="${embedWidth}" height="${embedHeight}" sandbox="allow-same-origin allow-scripts allow-popups allow-forms" ` +
|
||||
`title="${embedTitle}" src="${embedUrl}" style="border:none" allow="fullscreen"></iframe>`
|
||||
`title="${embedTitle}" src="${embedUrl}" style="border: none" allow="fullscreen"></iframe>`
|
||||
|
||||
const json: any = {
|
||||
type: 'video',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue