Adding mp4 videos to Plasmic website

I’m looking to add mp4 videos to my website created in Plasmic. Like the images, I expect the videos to be hosted through Plasmic. Is there a recommend approach for this? I’m reading the docs like crazy to figure this out

Hi, the best way to do this is to store the files in plasmic cms. You can create a plasmic CMS model that has a single field for a file upload, and put your video into the entries here. That will give you a URL that you can reference within plasmic Studio. https://docs.plasmic.app/learn/plasmic-cms/

awesome! thanks