images size

0
hey guys

I want know how to change image size for album page


Here is code

     $this->album->name ,
"class" => "imatge_gran"
);
$image = JHTML::image('images/albums/' . $this->album->image , $this->album->name , $image_attr );
echo $image;
?>


$this->album->name ,
"class" => "imatge_gran"
);
$image = JHTML::image('images/albums/' . $this->album->image , $this->album->name , $image_attr );
echo $image;
?>
Responses (5)
  • Accepted Answer

    Tuesday, March 20 2012, 11:15 AM - #Permalink
    0
    just change the imatge_gran CSS class, that's all!
    The reply is currently minimized Show
  • Accepted Answer

    Tuesday, August 14 2012, 10:17 PM - #Permalink
    0
    Hello...

    I'm new to MS and need help with possibly changing the image size on the Album Page. The Image size is very large and cuts off some text on the right. Is there a way to change the size settings from the back end...?

    I'm not a coder, but can go to a file and change the code if given exact instructions what file to go to (and where it is) and with a before and after code example.

    The above code does not give any clues. I would like to experiment with reducing the Album Image size to about 75% of what it currently is.

    Thanks in advance,
    Christoph

    http://www.dev2.grooppa.com/images/development-files/album-image-size_01.png" alt="http://www.dev2.grooppa.com/images/development-files/album-image-size_01.png" />

    http://www.dev2.grooppa.com/images/development-files/album-image-size_01.png
    Attachments:
    The reply is currently minimized Show
  • Accepted Answer

    Wednesday, August 15 2012, 03:45 PM - #Permalink
    0
    hello Christoph,

    this image size is setted using CSS.
    if you open /components/com_muscol/assets/album.css
    and go to line 45 and line 60

    you can set the width, which is currently 430px I think, to something smaller.
    The reply is currently minimized Show
  • Accepted Answer

    Thursday, August 16 2012, 10:37 PM - #Permalink
    0
    Hello Germi...

    Thanks for your quick reply. Although it did not solve my problem as anticipated, I was able to instantly change the property, per your instructions.

    I did resolve the issue, however, by eliminating the modules on either side of the page.

    I posted an "Edit" issue I cannot resolve on a new thread - not wanting to mix issues.

    Thanks again,
    Christoph
    The reply is currently minimized Show
  • Accepted Answer

    Olutope
    Olutope
    Offline
    Friday, July 17 2020, 02:54 PM - #Permalink
    0
    Hi, I have a similar request to the above in that I would like to modify the width/height of the album cover image. Kindly point me in the right direction, that is which CSS do I have to modify and which lines of the CSS file. Also, is it possible to not display the album image beneath the player's play button?. For my purposes, I do not really need an album cover image, so please let me know if there is a way to avoid displaying any cover image at all on the album page.

    Thanks
    The reply is currently minimized Show
Your Reply