From 637a8a93da17a4c301ed57cb14feb44f2e8e29a5 Mon Sep 17 00:00:00 2001 From: Violet Caulfield Date: Wed, 1 Jan 2025 12:46:28 -0600 Subject: [PATCH] render player artwork more beter --- api/queries/query.config.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/api/queries/query.config.ts b/api/queries/query.config.ts index cb795fb3..cca713a0 100644 --- a/api/queries/query.config.ts +++ b/api/queries/query.config.ts @@ -15,8 +15,8 @@ export const queryConfig = { format: ImageFormat.Png }, playerArtwork: { - fillHeight: 500, - fillWidth: 500, + fillHeight: 750, + fillWidth: 750, format: ImageFormat.Jpg } } \ No newline at end of file