Enhance configuration layout and add disablePictureInPicture option for video playback

This commit is contained in:
CodeDevMLH
2026-02-13 02:11:20 +01:00
parent 65a63b4aa0
commit 138e50ff15
2 changed files with 5 additions and 4 deletions

View File

@@ -1808,6 +1808,7 @@ const SlideCreator = {
autoplay: false,
preload: "auto",
loop: false,
disablePictureInPicture: true,
style: "object-fit: cover; object-position: center center; width: 100%; height: 100%; position: absolute; top: 0; left: 0; pointer-events: none;"
};