diff --git a/10/umbraco-cms/fundamentals/design/rendering-media.md b/10/umbraco-cms/fundamentals/design/rendering-media.md index 16e64cab013..b624868540a 100644 --- a/10/umbraco-cms/fundamentals/design/rendering-media.md +++ b/10/umbraco-cms/fundamentals/design/rendering-media.md @@ -78,6 +78,40 @@ As with example one, we are accessing a MediaType `image` using the same Guid as It is always worth having null-checks around your code when retrieving media in case the conversion fails or Media() returns null. This makes your code more robust. {% endhint %} +## Working with Video files + +If you upload a video file (such as `.mp4`) to the Media library, Umbraco will store it as a Video Media Type by default. Unlike images, video files won’t include properties like `umbracoWidth` or `umbracoHeight`, but you can still retrieve the media item and render it using the `