mirror of
https://github.com/Jellify-Music/App.git
synced 2026-01-05 18:40:01 -06:00
logo stuff
This commit is contained in:
@@ -10,8 +10,8 @@ export const queryConfig = {
|
||||
format: ImageFormat.Jpg
|
||||
},
|
||||
logos: {
|
||||
fillHeight: 25,
|
||||
fillWidth: 100,
|
||||
fillHeight: 50,
|
||||
fillWidth: 300,
|
||||
format: ImageFormat.Png
|
||||
},
|
||||
playerArtwork: {
|
||||
|
||||
@@ -51,7 +51,7 @@ export function Card(props: CardProps) {
|
||||
.getItemImageUrlById(
|
||||
props.itemId,
|
||||
ImageType.Logo,
|
||||
{ ...queryConfig.images})
|
||||
{ ...queryConfig.logos})
|
||||
}
|
||||
imageStyle={{
|
||||
...logoDimensions,
|
||||
|
||||
Reference in New Issue
Block a user