fix full width on video player on safari

This commit is contained in:
timonrieger
2026-03-17 12:44:37 +01:00
parent d608fde175
commit 96fbc97032

View File

@@ -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"