ndlopez / NowPlaying

Stream Player for ThirdRock Radio
0 stars 0 forks source link

1/4 artwork displayed #4

Open ndlopez opened 1 year ago

ndlopez commented 1 year ago

Since the app has been developed using a 2K display (Panasonic), the artwork size (300px) does not display well on a 1080px display. In fact it displays only 1/4 of the PNG image. I have to add in the code somewhere, find the windowSize then based on that decided whether to download a smaller image.

ndlopez commented 1 year ago

As a temp fix, the code now fetches the smaller size (64px) so it is visible on smaller screens. I tried to add code to get the user ScreenSize but what I found on web it was not recognized as C# function.

ndlopez commented 1 year ago

By fetching the 64px size image the GUI looks unpaired. Check the added screenshot to confirm. new_gui