mirror of
https://github.com/simon-ding/polaris.git
synced 2026-06-09 11:39:46 +08:00
refactor: reduce default poster image size to w500
This commit is contained in:
@@ -273,7 +273,7 @@ class MediaCard extends StatelessWidget {
|
||||
child: Ink.image(
|
||||
fit: BoxFit.cover,
|
||||
image: NetworkImage(
|
||||
"${APIs.imagesUrl}/${item.id}/poster.jpg",
|
||||
"${APIs.imagesUrl}/${item.id}/poster_w500.jpg",
|
||||
)),
|
||||
),
|
||||
SizedBox(
|
||||
|
||||
Reference in New Issue
Block a user