Bug 16657 - Artwork on album page should be no smaller than set thumbnail size
: Artwork on album page should be no smaller than set thumbnail size
Status: NEW
Product: Logitech Media Server
Classification: Unclassified
Component: Web Interface
: 7.6.0
: All All
: P5 enhancement (vote)
: Future
Assigned To: Michael Herger
:
Depends on:
Blocks:
  Show dependency treegraph
 
Reported: 2010-11-11 23:23 UTC by Jim McAtee
Modified: 2011-01-24 06:13 UTC (History)
0 users

See Also:
Category: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Jim McAtee 2010-11-11 23:23:32 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.
Comment 1 Michael Herger 2011-01-24 06:13:30 UTC
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.