forked from 0x2620/pandora
play pdf overlay on load
This commit is contained in:
parent
6d9ee1ece6
commit
6236a296be
1 changed files with 1 additions and 1 deletions
|
@ -79,7 +79,7 @@ function getVideoOverlay(page) {
|
||||||
$iframe = Ox.$('<iframe>')
|
$iframe = Ox.$('<iframe>')
|
||||||
.attr({
|
.attr({
|
||||||
id: videoId,
|
id: videoId,
|
||||||
src: video.src + '&showCloseButton=true&fullscreen=false',
|
src: video.src + '&showCloseButton=true&fullscreen=false&paused=false',
|
||||||
width: '100%',
|
width: '100%',
|
||||||
height: '100%',
|
height: '100%',
|
||||||
frameborder: 0
|
frameborder: 0
|
||||||
|
|
Loading…
Reference in a new issue