diff --git a/components/watch/VidstackDefaultPlayer.tsx b/components/watch/VidstackDefaultPlayer.tsx
index e2aaab5..a15c847 100644
--- a/components/watch/VidstackDefaultPlayer.tsx
+++ b/components/watch/VidstackDefaultPlayer.tsx
@@ -28,7 +28,11 @@ type IntroOutroType = {
export function VidStackPlayerSkeleton() {
return (
-
+
);
@@ -55,7 +59,6 @@ function SkipButton({
text-white px-4 py-2 rounded-lg
overflow-hidden font-bold
bg-white/10 hover:bg-white/30
- border-1 border-white
`}
>
@@ -162,7 +165,7 @@ export function VidstackDefaultPlayer({
ref={player}
title={title}
autoPlay={autoPlay}
- className="player relative z-10 border-2 border-white-10 rounded-lg"
+ className="player w-full h-full relative z-10"
src={videoUrl}
viewType="video"
crossOrigin
@@ -190,7 +193,6 @@ export function VidstackDefaultPlayer({