mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2025-12-30 00:53:50 +00:00
Disable picture in picture for background video
This commit is contained in:
@@ -1166,7 +1166,7 @@
|
||||
|
||||
{*//video background *}
|
||||
{if !empty($settings.theme.background_video)}
|
||||
<video id="background-video" autoplay muted poster="" onloadstart="this.playbackRate = 1; this.pause();">
|
||||
<video id="background-video" autoplay muted poster="" disablePictureInPicture="true" onloadstart="this.playbackRate = 1; this.pause();">
|
||||
<source src="{$settings.theme.background_video}" type="video/mp4">
|
||||
</video>
|
||||
{/if}
|
||||
|
||||
Reference in New Issue
Block a user