mirror of
https://codeberg.org/ashley/poke.git
synced 2024-11-13 01:58:06 +01:00
bwa
This commit is contained in:
parent
e410bdc95a
commit
5f5fe6d555
1 changed files with 1 additions and 1 deletions
|
@ -623,7 +623,7 @@ background-color: #0000;
|
||||||
document.addEventListener("DOMContentLoaded", () => {
|
document.addEventListener("DOMContentLoaded", () => {
|
||||||
const video = videojs('video', {
|
const video = videojs('video', {
|
||||||
controls: true,
|
controls: true,
|
||||||
autoplay: true,
|
autoplay: false,
|
||||||
preload: 'auto',
|
preload: 'auto',
|
||||||
plugins: {
|
plugins: {
|
||||||
hotkeys: {
|
hotkeys: {
|
||||||
|
|
Loading…
Reference in a new issue