Skip to content

Commit

Permalink
Add player logo file contraints to API reference
Browse files Browse the repository at this point in the history
  • Loading branch information
szekelyzol authored Sep 27, 2023
1 parent 9a456e7 commit 133d1fb
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion docs/Api/PlayerThemesApi.md
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,15 @@ Name | Type | Description | Notes



Upload an image logo for a player.
Upload an image file as a logo for your player. The image should fit within these constraints:

- The image mime type must be `image/jpeg` or `image/png`. api.video recommends using `png` images with transparent background.

- The image size should be a maximum of 200px width x 100px.

- The file size should be a maximum of 100 KiB.



### Arguments

Expand Down

0 comments on commit 133d1fb

Please sign in to comment.