Reduce logo max height so tall logos don't go under buttons

This commit is contained in:
1hitsong 2024-02-22 21:10:19 -05:00
parent 1b863ba34c
commit 75f1e1e141

View File

@ -116,7 +116,7 @@ sub LoadItems_AddVideoContent(video as object, mediaSourceId as dynamic, audio_s
logoImageExists = api.items.HeadImageURLByName(logoLookupID, "logo") logoImageExists = api.items.HeadImageURLByName(logoLookupID, "logo")
if logoImageExists if logoImageExists
video.logoImage = api.items.GetImageURL(logoLookupID, "logo", 0, { "maxHeight": 75, "maxWidth": 300, "quality": "90" }) video.logoImage = api.items.GetImageURL(logoLookupID, "logo", 0, { "maxHeight": 65, "maxWidth": 300, "quality": "90" })
end if end if
user = AboutMe() user = AboutMe()