0
How do I set the max size of the album cover image on the album details page? I see the following CSS code:
.imatge_gran {
border: 1px solid #CCCCCC;
width: 430px;
}
which is expanding the album covers to a size that is larger than their native width, making them look fuzzy.
Or, perhaps the question is also... how is the first column width being determined? It looks like the album image is expanding to the width of the column.
Is there any way to control that width so that the album cover does not expand?
What is the best way of handling this -- make my album covers larger? Or...?
.imatge_gran {
border: 1px solid #CCCCCC;
width: 430px;
}
which is expanding the album covers to a size that is larger than their native width, making them look fuzzy.
Or, perhaps the question is also... how is the first column width being determined? It looks like the album image is expanding to the width of the column.
Is there any way to control that width so that the album cover does not expand?
What is the best way of handling this -- make my album covers larger? Or...?
Your Reply
Please login to post a reply
You will need to be logged in to be able to post a reply. Login using the form on the right or register an account if you are new here.
Register Here »