mirror of
https://github.com/immich-app/immich.git
synced 2026-03-22 17:29:53 +03:00
fix full width on video player on safari
This commit is contained in:
@@ -165,7 +165,7 @@
|
||||
</div>
|
||||
{:else}
|
||||
<!-- dir=ltr based on https://github.com/videojs/video.js/issues/949 -->
|
||||
<media-controller dir="ltr" nohotkeys class="h-full dark" defaultduration={duration}>
|
||||
<media-controller dir="ltr" nohotkeys class="h-full w-full dark" defaultduration={duration}>
|
||||
<video
|
||||
bind:this={videoPlayer}
|
||||
slot="media"
|
||||
|
||||
Reference in New Issue
Block a user