Reduce innactivity timeout on embed
This commit is contained in:
parent
869968d792
commit
60a26a559c
|
@ -27,6 +27,7 @@ loadVideoInfo(videoId)
|
||||||
const videojsOptions = {
|
const videojsOptions = {
|
||||||
controls: true,
|
controls: true,
|
||||||
autoplay: false,
|
autoplay: false,
|
||||||
|
inactivityTimeout: 500,
|
||||||
plugins: {
|
plugins: {
|
||||||
peertube: {
|
peertube: {
|
||||||
videoFiles: videoInfo.files,
|
videoFiles: videoInfo.files,
|
||||||
|
|
Loading…
Reference in New Issue