How to set max image size of album cover

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...?
Responses (2)
  • Accepted Answer

    Tuesday, December 04 2012, 06:14 PM - #Permalink
    0
    well, actually what you should do is what you pointed out: just modify that CSS variable to make the width smaller. or if you want, delete the width to mantain original width.

    also, you may want to set the width of the first column manually...
    The reply is currently minimized Show
  • Accepted Answer

    Tuesday, December 04 2012, 06:23 PM - #Permalink
    0
    Okay; thanks. I just wasn't sure what the better option would be, so that helps!
    The reply is currently minimized Show
Your Reply