mirror of
https://github.com/Jellify-Music/App.git
synced 2026-04-21 17:18:23 -05:00
make images crispier
This commit is contained in:
@@ -21,8 +21,8 @@ export function fetchItemImage(itemId: string, imageType: ImageType = ImageType.
|
||||
.getItemImage({
|
||||
itemId,
|
||||
imageType,
|
||||
width: Math.ceil(width),
|
||||
height: Math.ceil(width),
|
||||
width: Math.ceil(width) * 2,
|
||||
height: Math.ceil(width) * 2,
|
||||
format: ImageFormat.Png
|
||||
},
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user