Skip to content

Commit 1fe096f

Browse files
committed
Remove default height and width
1 parent 94a6977 commit 1fe096f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

dotcom-rendering/src/components/LoopVideo.importable.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,8 @@ type Props = {
2626
export const LoopVideo = ({
2727
src,
2828
videoId,
29-
width = 600,
30-
height = 360,
29+
width,
30+
height,
3131
thumbnailImage,
3232
fallbackImageComponent,
3333
hasAudio = true,

0 commit comments

Comments
 (0)