tvOS Top Shelf Covers cut off
game boy and ps1 for example work fine but n64 is cut off. Can you fix that? Maybe zoom out the covers?
The Apple APIs only allow three image aspect ratios: 1:1, 4:3, and 16:9. Further, there is no way to provide the image locally that I have been able to get to work; it must be a remote URL. (I actually have the code to download and resize the image and put it on disk but can't figure out how to get Top Shelf to use that file.) Because of that it's a bit hard to get all of the images to display nicely. The best compromise I could get working was to just assume square. Top Shelf itself is doing all of the resizing and cropping.
The Apple APIs only allow three image aspect ratios: 1:1, 4:3, and 16:9. Further, there is no way to provide the image locally that I have been able to get to work; it must be a remote URL. (I actually have the code to download and resize the image and put it on disk but can't figure out how to get Top Shelf to use that file.) Because of that it's a bit hard to get all of the images to display nicely. The best compromise I could get working was to just assume square. Top Shelf itself is doing all of the resizing and cropping.
Is it for all cores? If no, you could maybe center N64 games for example a bit more to the left so it centers the title a bit more? So that the right part is not visible anymore, would look better
Unfortunately all we can give is a url and they manage all of the scaling, positioning, and cropping, for all images regardless of core.