phantasma/app/static/js/player.js
2021-11-23 17:34:51 +01:00

7 lines
295 B
JavaScript

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