Updating or duplicating a player preset
Written by
Updated at June 15, 2026
Updating a player preset
You can update the pre-installed Default Style Preset and Summarization Style Preset player presets or create your own preset.
Cloud Video UI
API
-
Open the Cloud Video home page
. -
Select a channel.
-
On the
Player template tab, select the preset. -
In the Template name field, update the preset name.
-
Under Widget settings:
- Enable or disable relevant widgets.
- Change their position in the player interface.
-
Under Style setup:
- Change the color scheme.
- Set sizes of elements.
- Configure other visual settings.
-
Under Logo settings:
- Enable the Show logo option to display your logo over the video.
- Upload the logo image (2 MB or less) in JPG, PNG, or GIF format.
- Enable Hide with player interface for the logo to disappear together with player controls when the user is not interacting with the video.
- In the Logo redirect link field, add a URL that will open when the logo is clicked.
-
Optionally, to see what the video and playlist will look like a separate window with the selected preset, click View template in a separate window.
-
Click Save.
Use the update REST API method for the StylePreset resource or the StylePresetService/Update gRPC API call.
Duplicating a player preset
Cloud Video UI
API
- Open the Cloud Video home page
. - Select a channel.
- On the
Player template tab, in the relevant preset row, click and select Duplicate. - The duplicate will appear in the preset list. Change the widget and style settings, if required.
To duplicate a preset:
- Get information about the existing preset using the get REST API method for the StylePreset resource or the StylePresetService/Get gRPC API call.
- Create a new preset with the same parameters using the create REST API method for the StylePreset resource or the StylePresetService/Create gRPC API call.