Set allowfullscreen for iframe embeds
This commit is contained in:
parent
6192de4bcb
commit
908377b20c
2 changed files with 3 additions and 1 deletions
|
|
@ -61,6 +61,7 @@ window.EmbedPlayer = class EmbedPlayer extends Player
|
|||
iframe = $('<iframe/>').attr(
|
||||
src: embed.src
|
||||
frameborder: '0'
|
||||
allowfullscreen: '1'
|
||||
)
|
||||
|
||||
return iframe
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue