Better fix for album art stretching

This commit is contained in:
rembo10
2014-04-14 18:56:10 -07:00
parent 7e02f86af8
commit dab323e8ff
2 changed files with 9 additions and 1 deletions

View File

@@ -156,6 +156,14 @@ small {
font-size: 85%;
}
img.albumArt {
float: left;
min-height: 100%;
min-width: 100%;
max-width: 250px;
max-height: 300px;
position: relative;
}
img.albumArt-nostretch {
float: left;
min-height: 64px;
min-width: 64px;