Skip to content

Commit

Permalink
Merge pull request #75 from apivideo/update-player-logo-request-descr…
Browse files Browse the repository at this point in the history
…iption

Add player logo file contraints to API reference
  • Loading branch information
bot-api-video authored Sep 28, 2023
2 parents 9a456e7 + 133d1fb commit 197f8b7
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 197f8b7

Please sign in to comment.