mirror of
https://github.com/samsonjs/immich.git
synced 2026-04-27 15:07:45 +00:00
fix(web): disable picture-in-picture on video viewer (#23318)
This commit is contained in:
parent
f72bcc8a8f
commit
fb97d9f4d9
1 changed files with 1 additions and 0 deletions
|
|
@ -140,6 +140,7 @@
|
||||||
autoplay={$autoPlayVideo}
|
autoplay={$autoPlayVideo}
|
||||||
playsinline
|
playsinline
|
||||||
controls
|
controls
|
||||||
|
disablePictureInPicture
|
||||||
class="h-full object-contain"
|
class="h-full object-contain"
|
||||||
{...useSwipe(onSwipe)}
|
{...useSwipe(onSwipe)}
|
||||||
oncanplay={(e) => handleCanPlay(e.currentTarget)}
|
oncanplay={(e) => handleCanPlay(e.currentTarget)}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue