# Customizing Video Player

Customizing the video player playback and the UI controls, can offer an optimal user experience, for each use case, and make your videos more engaging.

Some ways to customize a video player include:

* Changing the color scheme of the player controls to match your branding
* Enabling or disabling certain controls, such as the timeline, “stories mode” and fullscreen
* Enabling autoplay and mute settings.
* Settings visuals during the loading phase of the video

By customizing your video player, you can make your videos stand out and better align with your brand. It's important to consider your video content and design, your audience and what features will be most useful to them when deciding how to customize your video player.

You can set those settings directly either from [Blings.io Platform](https://platform.blings.io/), or by passing these as settings to the SDK.

A)

Under "player appearance" in the Platform, you can find:

<figure><img src="/files/wBKEPxU5JIC8Jkl080ft" alt=""><figcaption></figcaption></figure>

screenshot from the Platfrom.

B)

Similar settings can be passed to the `settings` object when you call the SDK.

For example, in this example code, we change the UI colors of the video player:

{% embed url="<https://codepen.io/yonsch/pen/ExOGeRE>" %}

For a full reference of the settings, please refer to the documentation:

SDK types documentation


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://help.blings.io/developers/getting-started/customizing-video-player.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
