1
0
Fork 0
mirror of https://github.com/Chocobozzz/PeerTube.git synced 2025-10-05 02:39:33 +02:00

update allowfullscreen property

This commit is contained in:
Shalabh Agarwal 2025-05-21 09:50:02 +05:30 committed by Chocobozzz
parent ff400224c2
commit 4323ffbb4e
3 changed files with 7 additions and 7 deletions

View file

@ -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}" frameborder="0" allowfullscreen></iframe>`
`title="${embedTitle}" src="${embedUrl}" style="border:none" allow="fullscreen"></iframe>`
const json: any = {
type: 'video',