mirror of
https://github.com/immich-app/immich.git
synced 2025-03-06 16:16:48 +02:00
fix(web): video player on Safari (#13242)
This commit is contained in:
parent
60e0698110
commit
a11d45458b
@ -84,9 +84,8 @@
|
|||||||
muted={forceMuted || $videoViewerMuted}
|
muted={forceMuted || $videoViewerMuted}
|
||||||
bind:volume={$videoViewerVolume}
|
bind:volume={$videoViewerVolume}
|
||||||
poster={getAssetThumbnailUrl({ id: assetId, size: AssetMediaSize.Preview, checksum })}
|
poster={getAssetThumbnailUrl({ id: assetId, size: AssetMediaSize.Preview, checksum })}
|
||||||
|
src={assetFileUrl}
|
||||||
>
|
>
|
||||||
<source src={assetFileUrl} type="video/mp4" />
|
|
||||||
<track kind="captions" />
|
|
||||||
</video>
|
</video>
|
||||||
|
|
||||||
{#if isVideoLoading}
|
{#if isVideoLoading}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user