diff --git a/src/components/Video/Video.mdx b/src/components/Video/Video.mdx index 31d16056..f32a770c 100644 --- a/src/components/Video/Video.mdx +++ b/src/components/Video/Video.mdx @@ -6,7 +6,7 @@ import * as VideoStories from './Video.stories.svelte'; # Video -The `Video` component adds video to your page. Can play on load or when the video comes into view and has play/pause controls. Supports videos with or without audio. +The `Video` component adds a video with various controls to your page. The video can play on load or when the video comes into view. The component supports videos with or without audio, and has options to add a pause/play button or to allow the user to click on the video to pause and play it instead. ```svelte + +