[Yandex Cloud documentation](../../index.md) > [Yandex Cloud Video](../index.md) > Video Player > Overview

# Video Player

[Broadcasts](streams.md) and [videos](videos.md) are played in Cloud Video in an integrated _video player_.

You can use [SDKs](../sdk/index.md) to embed a video player into a website or application.

## Example of video player embedding on a page {#example}

<iframe
    frameborder="0"
    width="320"
    height="180"
    scrolling="no"
    allowfullscreen
    allow="autoplay; fullscreen; encrypted-media; accelerometer; gyroscope; picture-in-picture; clipboard-write; web-share"
    src="https://runtime.video.cloud.yandex.net/player/video/vplvmyqsxi7dlwndvb4y?autoplay=1&mute=true"
></iframe>

## Player presets {#player-presets}

_Player presets_ allow you to configure video player appearance and features for [videos](videos.md) and [playlists](playlists.md) in the channel. With templates, you can:

* Configure widgets: a playlist, description, and summary. Enable the widgets you need and set their position in the player interface.
* Set player and widget styles: configure a color scheme, element sizes, and other visual settings.
* Add a video logo, i.e., an image to display over the video. You can make your logo clickable by linking a URL to it.

### Default presets {#default-presets}

When you [create a channel](../operations/channels/create.md), two presets are created automatically:

* `Default Style Preset`: Default preset with cloud styles.
* `Summarization Style Preset`: Preset that includes a widget for a video summary.

Default preset properties:

* The default preset styles apply to all videos and playlists on the channel unless they use a redefined preset.
* You cannot [delete](../operations/style-presets/delete.md) the default preset, but you can [reassign](../operations/style-presets/set-default.md) it.

You can [redefine the preset](../operations/style-presets/assign-to-video.md) for a specific video or playlist in their settings.

You can also customize the appearance using the [video player SDK for IFrame](../sdk/iframe/index.md). The SDK features more player settings, e.g., you can enable autoplay when the player loads, start video playback on mute, hide player controls, etc.

## See also {#see-also}
* [Getting an embed code or link to a video](../operations/video/get-link.md)
* [Getting an embed code or link to a broadcast](../operations/streams/get-link.md)
* [Managing the video player](../operations/player-control.md)