We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b88200a commit 701f590Copy full SHA for 701f590
dotcom-rendering/src/components/LoopVideoPlayer.tsx
@@ -213,7 +213,7 @@ export const LoopVideoPlayer = forwardRef(
213
<source
214
key={source.mimeType}
215
/* The start time is set to 1ms so that Safari will autoplay the video */
216
- src={source.src}
+ src={`${source.src}#t=0.001`}
217
type={source.mimeType}
218
/>
219
))}
0 commit comments