[Yandex Cloud documentation](../../index.md) > [Yandex Cloud Video](../index.md) > [Concepts](index.md) > 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.

#### Useful links {#see-also}

  * [Creating a player preset](../operations/style-presets/create.md)
  * [Setting a default player preset](../operations/style-presets/set-default.md)
  * [Selecting a player preset](../operations/style-presets/assign-to-video.md)
  * [Deleting a player preset](../operations/style-presets/delete.md)