From 67070bebd9e3962db3a5f28e0fbd05cb48cdf686 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ab=C3=ADlio=20Costa?= Date: Mon, 14 Apr 2025 13:01:34 +0100 Subject: [PATCH] Reword size specs on README (#6875) --- README.md | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 0cc80f35..3b160167 100644 --- a/README.md +++ b/README.md @@ -109,8 +109,9 @@ Additional to the general image requirements listed above, for the icon image, the following requirements are applied as well: - Aspect ratio needs to be 1:1 (square). -- Icon size must be 256x256 pixels, for the hDPI this is 512x512 pixels. -- The maximum icon pixel size is, of course, preferred. +- Icon size must be: + - 256x256 pixels for normal version. + - 512x512 pixels for the hDPI version. ### Logo image requirements @@ -119,8 +120,9 @@ the following requirements are applied as well: - A landscape image is preferred. - Aspect ratio should respect the logo of the brand. -- The shortest side of the image must be at least 128 pixels, 256 pixels for the hDPI version. -- The shortest side of the image must be no bigger than 256 pixels, 512 pixels for the hDPI version. +- The shortest side of the image must be: + - At least 128 pixels, but no bigger than 256 pixels for the normal version. + - At least 256 pixels, but no bigger than 512 pixels for the hDPI version. - The maximum pixel size for the shortest side of the images is, of course, preferred. ## Using the same image for logo & icon