diff --git a/web-new/src/components/player/PreviewThumbnailPlayer.tsx b/web-new/src/components/player/PreviewThumbnailPlayer.tsx
index b74321ec9..3239e4e1e 100644
--- a/web-new/src/components/player/PreviewThumbnailPlayer.tsx
+++ b/web-new/src/components/player/PreviewThumbnailPlayer.tsx
@@ -77,7 +77,7 @@ export default function PreviewThumbnailPlayer({
setVisible(false);
}
},
- { threshold: [0.0, 1.0], rootMargin: "25% 0% 25% 0%" }
+ { threshold: [0.0, 1.0], rootMargin: "25% 0% 50% 0%" }
);
if (node) observer.current.observe(node);
} catch (e) {
@@ -93,7 +93,6 @@ export default function PreviewThumbnailPlayer({
content = (
);
@@ -102,7 +101,6 @@ export default function PreviewThumbnailPlayer({
content = (
);