Skip to content

Commit 701f590

Browse files
Looping video in article - initial work underway
1 parent b88200a commit 701f590

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dotcom-rendering/src/components/LoopVideoPlayer.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -213,7 +213,7 @@ export const LoopVideoPlayer = forwardRef(
213213
<source
214214
key={source.mimeType}
215215
/* The start time is set to 1ms so that Safari will autoplay the video */
216-
src={source.src}
216+
src={`${source.src}#t=0.001`}
217217
type={source.mimeType}
218218
/>
219219
))}

0 commit comments

Comments
 (0)