How to start a video at a set point in the video

I have a video in Wix that I would like to show but start it 4m35s. I know I can do this with YouTube and Vimeo, but I’d like to do it in Wix

1 Like

Great question! Unfortunately I don’t have an answer for you. I just checked the Velo docs to see if there’s a code workaround, but unfortunately we can’t specify a start value even when using code to play the video: https://dev.wix.com/docs/velo/api-reference/$w/video-box/pause

All of this to say, I second your question and request for this functionality to be added!

Cheers,
Jess

If you’re using the Video Player, you can use .seek(timeInMil) - https://dev.wix.com/docs/velo/api-reference/$w/video-player/seek

1 Like