From 279c6010f925eb57030dd9c904f808e7640b47ca Mon Sep 17 00:00:00 2001 From: Thomas Zarebczan Date: Thu, 14 Nov 2019 14:22:01 -0500 Subject: [PATCH] Create publishing-standards.md (#1166) --- content/faq/thumbnails-and-covers.md | 30 ++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) create mode 100644 content/faq/thumbnails-and-covers.md diff --git a/content/faq/thumbnails-and-covers.md b/content/faq/thumbnails-and-covers.md new file mode 100644 index 00000000..c9c0a92c --- /dev/null +++ b/content/faq/thumbnails-and-covers.md @@ -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. + +![content](https://spee.ch/f/content-standards.png) + +## 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. + +![channel](https://spee.ch/b/channel-standards.png) + +## 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.