mirror of
https://github.com/LBRYFoundation/lbry.com.git
synced 2025-08-23 17:47:26 +00:00
Update and rename publishing-standards.md to thumbnails-and-covers.md
This commit is contained in:
parent
d71bb8bf10
commit
1a2d9a728d
2 changed files with 30 additions and 21 deletions
|
@ -1,21 +0,0 @@
|
||||||
---
|
|
||||||
title: What are the recommended dimensions for thumbnails and covers?
|
|
||||||
category: publisher
|
|
||||||
order: 2
|
|
||||||
---
|
|
||||||
|
|
||||||
Even though LBRY does not enforce any file size, dimension, or aspect ratio properties, our applications are optimized to provide the best experience for viewing content thumbnails, channel covers, and channel profile thumbnails. If you are using the apps to upload the images, these uploads go through [spee.ch](https://spee.ch) which is limited to 10MBs per file.
|
|
||||||
|
|
||||||
### Supported file types
|
|
||||||
A majority of image file types including jpg, png, and gif can be hyperlinked or uploaded.
|
|
||||||
|
|
||||||
### Content thumbnails
|
|
||||||
When publishing content thumbnails, we recommend a size of 800x450 and/or an aspect ratio of 16:9.
|
|
||||||
|
|
||||||

|
|
||||||
|
|
||||||
### Channel covers and profile thumbnails
|
|
||||||
When creating or editing your channel, we recommend the following:
|
|
||||||
- **cover photo**: size of 1000x160 and/or an aspect ratio of 10:1.6
|
|
||||||
- **profile thumbnail**: size of 300x300 and/or an aspect ratio of 1:1 (square).
|
|
||||||

|
|
30
content/faq/thumbnails-and-covers.md
Normal file
30
content/faq/thumbnails-and-covers.md
Normal file
|
@ -0,0 +1,30 @@
|
||||||
|
---
|
||||||
|
title: What are the recommended dimensions for thumbnails and covers?
|
||||||
|
category: publisher
|
||||||
|
order: 2
|
||||||
|
---
|
||||||
|
|
||||||
|
Even though LBRY does not enforce any file size, dimension, or aspect ratio properties, our applications are optimized to provide the best experience for viewing content thumbnails, channel covers, and channel profile thumbnails.
|
||||||
|
|
||||||
|
## Supported file types
|
||||||
|
Standard and common image types like jpg, png, and gif are all supported and recommended. Additional image types that render in most modern web-browsers can be used, but are less common and tested.
|
||||||
|
|
||||||
|
## Content thumbnails
|
||||||
|
When publishing content thumbnails, we recommend a minimum size of 800x450 and an aspect ratio of 16:9.
|
||||||
|
|
||||||
|
Applications can make their own choices on how to render thumbnails. Most applications choose to crop to the center when an image does not fit their desired ratios.
|
||||||
|
|
||||||
|

|
||||||
|
|
||||||
|
## Channel covers and profile thumbnails
|
||||||
|
When creating or editing your channel, we recommend the following:
|
||||||
|
- **cover photo**: minimum size of 1000x160 and an aspect ratio of 10:1.6
|
||||||
|
- **profile thumbnail**: minimum size of 300x300 and an aspect ratio of 1:1 (square).
|
||||||
|
|
||||||
|
Applications can make their own choices on how to render these images. Most applications choose to crop to the center when an image does not fit their desired ratios.
|
||||||
|
|
||||||
|

|
||||||
|
|
||||||
|
## How are uploads stored?
|
||||||
|
|
||||||
|
If you are using LBRY to upload the images, they will go through [spee.ch](https://spee.ch) which is limited to 10MBs per file.
|
Loading…
Add table
Reference in a new issue