Background Resolution
This commit is contained in:
@@ -429,7 +429,7 @@ class _SeriesDetailScreenState extends ConsumerState<SeriesDetailScreen> {
|
||||
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,
|
||||
),
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user