Bugzilla – Bug 16657
Artwork on album page should be no smaller than set thumbnail size
Last modified: 2011-01-24 06:13:30 UTC
Not sure, but this may only apply the Default skin... I've been using larger thumbnails (164 pixels) when browsing with large artwork, which I really like. It gives me three covers per row when the right-hand playlist window is set to its minimum size and I'm browsing on a 1024px wide netbook display. This has the strange effect that when going from browsing albums with large artwork to the album detail page, you get a _smaller_ cover image on the detail page. So instead of using a fixed 150px size on the album page, use max(150, thumbSize). This has the added advantage of serving up an image that is already in the cache.
Unfortunately this is a little more involved than I thought... there's a lot of CSS which would need to be adjusted as well (for the items right of the artwork file). Lack of higher priority I'll have to punt this.