Video: Best way to incorporate into project?

Hello,

I’m creating a website for a film & theatre company using Kirby 3. I’m wondering what the best practise is for integrating videos into the ‘projects’ subpages?

Please bear in mind when I eventually hand this website over to my client, I would like them to be able to upload videos directly to the website from the panel, as they have little to no coding experience.

Thanks,
Eliott

You can use a files section to upload videos in combination with a file blueprint/template that limits uploads to this section to videos.

Then in your templates, you add the html for video output.

If you rather want the user to be able to select particular videos from a set, you can user a files field instead.

A files field can also be used to upload files, so you don’t necessarily need both.