This commit is contained in:
j 2021-11-21 11:44:48 +01:00
commit 8be374bcb5
2 changed files with 7 additions and 0 deletions

View file

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