Background Resolution
This commit is contained in:
@@ -429,7 +429,7 @@ class _SeriesDetailScreenState extends ConsumerState<SeriesDetailScreen> {
|
|||||||
decoration: bgPoster != null
|
decoration: bgPoster != null
|
||||||
? BoxDecoration(
|
? BoxDecoration(
|
||||||
image: DecorationImage(
|
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,
|
fit: BoxFit.cover,
|
||||||
),
|
),
|
||||||
)
|
)
|
||||||
|
|||||||
Reference in New Issue
Block a user