Site logo
Article

If you want to enable uploading videos to your listings do the following:

  1. Listing type > Fields > add the "File Upload" field > click on it and enable video type files
  2. Single page > content & tabs > profile > insert the "Shortcode" block > add this code to it

<video width="100%" height="340" controls>
<source src="[[video-field]]" type="video/mp4">
</video>

[[video-field]] - delete this part > press @ > select the video field you created on step 1

Docs