forked from 0x2620/pandora
simplify iframe embed
This commit is contained in:
parent
3ef93908b6
commit
e8aeed3e26
1 changed files with 1 additions and 2 deletions
|
@ -24,8 +24,7 @@ pandora.ui.embedVideoDialog = function() {
|
|||
+ '" height="' + height
|
||||
+ '" src="' + url
|
||||
+ '" frameborder="0" '
|
||||
+ 'webkitAllowFullScreen mozallowfullscreen allowFullScreen'
|
||||
+ '></iframe>'
|
||||
+ 'allowfullscreen></iframe>'
|
||||
)
|
||||
.on({
|
||||
click: function() {
|
||||
|
|
Loading…
Reference in a new issue