diff --git a/components/ui/shot-tab-content.tsx b/components/ui/shot-tab-content.tsx index 2df4dff..8ffc08c 100644 --- a/components/ui/shot-tab-content.tsx +++ b/components/ui/shot-tab-content.tsx @@ -336,6 +336,8 @@ export const ShotTabContent = forwardRef< muted loop playsInline + preload="none" + poster={`${shot.urls[0]}?x-oss-process=video/snapshot,t_1000,f_jpg`} onMouseEnter={(e) => e.currentTarget.play()} onMouseLeave={(e) => e.currentTarget.pause()} />