New plugin: media (#676)
The media plugin can autoplay and autopause/autostop <audio> and <video> elements when entering and leaving a step. Support for impressConsole: don't autoplay in preview window and play but mute clips in current window.
This commit is contained in:
committed by
Henrik Ingo
parent
09b5d46c85
commit
c09ce88749
@@ -555,7 +555,7 @@
|
||||
//Btw, you can also launch console automatically:
|
||||
//<div id="impress" data-console-autolaunch="true">
|
||||
if ( root.dataset.consoleAutolaunch === 'true' ) {
|
||||
window.open();
|
||||
open();
|
||||
}
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user