From 7ee38da60db78f1f30c6fbd75ccb6d377e4bdbb0 Mon Sep 17 00:00:00 2001 From: Herwig Birke Date: Thu, 8 Jan 2026 15:17:37 +0100 Subject: [PATCH] Background Resolution --- lib/features/series/presentation/series_detail_screen.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/features/series/presentation/series_detail_screen.dart b/lib/features/series/presentation/series_detail_screen.dart index 6943518..feb1b32 100644 --- a/lib/features/series/presentation/series_detail_screen.dart +++ b/lib/features/series/presentation/series_detail_screen.dart @@ -429,7 +429,7 @@ class _SeriesDetailScreenState extends ConsumerState { decoration: bgPoster != null ? BoxDecoration( image: DecorationImage( - image: NetworkImage('https://image.tmdb.org/t/p/w342$bgPoster'), + image: NetworkImage('https://image.tmdb.org/t/p/w780$bgPoster'), fit: BoxFit.cover, ), )