# video_source

> The video_source Liquid object, which describes the source files of a video in a Shoplazza theme, such as the format and URL of each file.

Information about the source files for a video.

| Properties | Type                                | Description                                                                                                            |
| :--------- | :---------------------------------- | :--------------------------------------------------------------------------------------------------------------------- |
| `type`     | [string](../basics/liquid-types#string) | The [MIME type](https://developer.mozilla.org/en-US/docs/Web/HTTP/Basics_of_HTTP/MIME_types) of the video source file. |
| `url`      | [string](../basics/liquid-types#string) | The CDN URL of the video source file.                                                                                  |

```json title="Object"
{
  "type": "video/mp4",
  "url": "https://videodelivery.net/7191aa68604201ae9bba99c590cac3eb/downloads/default.mp4"
}
```
