src


srcstring

Sets or gets the file location of the current video.

Setting the src property changes the displayed video to the video found at the new src value.

Getting the src property returns the location of the current video file.

The video file is one of the following:

  • A video from the Media Manager. URL Format: wix:video://v1//#posterUri=&posterWidth=&posterHeight=
  • A video from a video sharing site. URL Format: https://www.site.com/video-path
  • An external video URL. URL Format: http(s)://site.com/video-file.mp4
Was this helpful?
Yes
No