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>')
|
||||
.attr({
|
||||
id: videoId,
|
||||
src: video.src + '&showCloseButton=true&fullscreen=false',
|
||||
src: video.src + '&showCloseButton=true&fullscreen=false&paused=false',
|
||||
width: '100%',
|
||||
height: '100%',
|
||||
frameborder: 0
|
||||
|
|
Loading…
Reference in a new issue