allow fullscreen
This commit is contained in:
parent
8eedc76d4a
commit
1117602604
1 changed files with 1 additions and 0 deletions
|
@ -1,5 +1,6 @@
|
||||||
|
|
||||||
var iframe = document.createElement('iframe')
|
var iframe = document.createElement('iframe')
|
||||||
|
iframe.allowfullscreen = true
|
||||||
iframe.src = pandoraURL + '/edits/' + config.edit + '#embed?matchRatio=true&showInfo=true'
|
iframe.src = pandoraURL + '/edits/' + config.edit + '#embed?matchRatio=true&showInfo=true'
|
||||||
var ascroll = document.querySelector('#ascroll')
|
var ascroll = document.querySelector('#ascroll')
|
||||||
ascroll.classList.add('player')
|
ascroll.classList.add('player')
|
||||||
|
|
Loading…
Reference in a new issue