From ca5b5a7825ef30898e23ff5333067dfe329a408a Mon Sep 17 00:00:00 2001 From: Christian Weiske Date: Fri, 12 May 2023 09:28:35 +0200 Subject: [PATCH] Fix thumbnail sizes --- bin/functions.php | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bin/functions.php b/bin/functions.php index 1d6a056..281e6c3 100644 --- a/bin/functions.php +++ b/bin/functions.php @@ -169,17 +169,17 @@ function convertGameDataForConnect(object $gameData, array $popular): array 'logo-1' => [ 'name' => 'STICK_THUMBNAIL1', 'width' => 350, - 'height' => 400, + 'height' => 88, ], 'logo-2' => [ - 'name' => 'STICK_THUMBNAIL4', + 'name' => 'STICK_THUMBNAIL2', 'width' => 350, - 'height' => 400, + 'height' => 160, ], 'logo-3' => [ - 'name' => 'STICK_THUMBNAIL4', + 'name' => 'STICK_THUMBNAIL3', 'width' => 350, - 'height' => 400, + 'height' => 236, ], 'logo-4' => [ 'name' => 'STICK_THUMBNAIL4', -- 2.30.2