add Ox.js, parse url
This commit is contained in:
parent
0cfe6c6bb1
commit
59114ed01d
3 changed files with 260 additions and 1 deletions
|
|
@ -50,7 +50,7 @@ function getVideoOverlay(page) {
|
|||
var iframe = document.createElement('iframe');
|
||||
iframe.width = '100%';
|
||||
iframe.height = '100%';
|
||||
iframe.frameborder = 0;
|
||||
iframe.setAttribute('frameborder', '0');
|
||||
iframe.id = 'video' + page + id;
|
||||
iframe.src = getEmbedURL(iframe.id, videoOverlay[page][id]);
|
||||
div.appendChild(iframe);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue