From 5fd136ef0b23d54ed678f830a717567378e9c8ee Mon Sep 17 00:00:00 2001 From: Fredrik Burmester Date: Wed, 27 May 2026 09:44:24 +0200 Subject: [PATCH] style(tv): increase base poster sizes to 300, 470, and 440 --- constants/TVSizes.ts | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/constants/TVSizes.ts b/constants/TVSizes.ts index 273c274d..9392cbb3 100644 --- a/constants/TVSizes.ts +++ b/constants/TVSizes.ts @@ -19,13 +19,13 @@ import { scaleSize } from "@/utils/scaleSize"; */ export const TVPosterSizes = { /** Portrait posters (movies, series) - 10:15 aspect ratio */ - poster: 270, + poster: 300, /** Landscape posters (continue watching, thumbs, hero) - 16:9 aspect ratio */ - landscape: 430, + landscape: 470, /** Episode cards - 16:9 aspect ratio */ - episode: 400, + episode: 440, } as const; /**