Skip to content

Commit ea1e1e2

Browse files
committed
Test without deferring
1 parent 2cfcb53 commit ea1e1e2

File tree

1 file changed

+1
-4
lines changed
  • dotcom-rendering/src/components/Card

1 file changed

+1
-4
lines changed

dotcom-rendering/src/components/Card/Card.tsx

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -883,10 +883,7 @@ export const Card = ({
883883
</AvatarContainer>
884884
)}
885885
{media.type === 'loop-video' && (
886-
<Island
887-
priority="critical"
888-
defer={{ until: 'visible' }}
889-
>
886+
<Island priority="critical">
890887
<LoopVideo
891888
src={media.mainMedia.videoId}
892889
height={media.mainMedia.height}

0 commit comments

Comments
 (0)