allow fullscreen

This commit is contained in:
j 2021-11-23 17:33:04 +01:00
parent 8eedc76d4a
commit 1117602604

View file

@ -1,5 +1,6 @@
var iframe = document.createElement('iframe')
iframe.allowfullscreen = true
iframe.src = pandoraURL + '/edits/' + config.edit + '#embed?matchRatio=true&showInfo=true'
var ascroll = document.querySelector('#ascroll')
ascroll.classList.add('player')