Skip to content

Commit

Permalink
Added change from #148
Browse files Browse the repository at this point in the history
  • Loading branch information
lfades committed Apr 8, 2024
1 parent 2be51ad commit 649fb05
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ export const TweetMediaVideo = ({ tweet, media }: Props) => {
poster={getMediaUrl(media, 'small')}
controls={!playButton}
muted
preload="metadata"
preload="none"
tabIndex={playButton ? -1 : 0}
onPlay={() => {
if (timeout) window.clearTimeout(timeout)
Expand Down

0 comments on commit 649fb05

Please sign in to comment.