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