Skip to content

Commit

Permalink
load=play
Browse files Browse the repository at this point in the history
  • Loading branch information
marcklingen committed Dec 21, 2024
1 parent 278e369 commit 13ee795
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/Video.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ export const Video = ({
autoPlay={false} // We'll handle autoplay ourselves
muted={gifStyle}
loop={gifStyle}
load={gifStyle ? "eager" : "visible"}
load={gifStyle ? "eager" : "play"}
playsInline={gifStyle}
aspectRatio={aspectRatio?.toString()}
title={title}
Expand Down

0 comments on commit 13ee795

Please sign in to comment.