Vampy
Vampy
Offline
0
Greetings !

I have a question. Is there any way that one could make the image for artist name bigger?

When I upload one, it has a height of about 30-40 px.

It is a good way to add a logo for a band, but it resizes it way to small.

Thank you !
Responses (7)
  • Accepted Answer

    Vampy
    Vampy
    Offline
    Sunday, April 05 2009, 06:35 PM - #Permalink
    0
    Sorry for the double post.

    I found out. I just had to play with the CSS a little. Switching max-height to 100px worked great for me.
    The reply is currently minimized Show
  • Accepted Answer

    Sunday, April 05 2009, 06:45 PM - #Permalink
    0
    hello there.

    yes, images for artist name (or album name) are NOT resized, but I added a CSS property to avoid to display logos very big. as you say, to change it all you gotta do is delete the CSS property or just increase the max size.

    :)
    The reply is currently minimized Show
  • Accepted Answer

    Sunday, May 31 2009, 12:17 AM - #Permalink
    0
    Germi puedes decirme cual es el archivo css para tocar el ancho y alto del cover del artista.Gracias de nuevo.
    The reply is currently minimized Show
  • Accepted Answer

    Sunday, May 31 2009, 09:56 AM - #Permalink
    0
    para el nombre de artista en la pagina de vista de artista, hay un estilo directamente incrustado en el template, que es el archivo

    components/com_muscol/views/artist/tmpl/default.php

    veras que hay la propiedad "max-height: 60px;". simplemente borrala

    es eso a lo que te refieres?
    The reply is currently minimized Show
  • Accepted Answer

    Sunday, May 31 2009, 11:42 AM - #Permalink
    0
    Si Germi es eso,aparte de quitar la propiedad el archivo default.php hay que hacerlo también con el detailed.php y de esta manera funciona a la perfección.

    Otra cosa Germi,por ejemplo si en la caratula del artista quiero ponerle un borde con color tendría que colocarlo dentro de estos dos archivos.

    Algo asi.

    "style" => "border:1px solid #41BCEA;",
    The reply is currently minimized Show
  • Accepted Answer

    Sunday, May 31 2009, 02:23 PM - #Permalink
    0
    no hace falta, esto puedes ponerlo directamente en el CSS

    pero si, esta opcion que dices tambien funcionaria perfectamente :)
    The reply is currently minimized Show
  • Accepted Answer

    Sunday, May 31 2009, 03:32 PM - #Permalink
    0
    Gracias de Nuevo mister.
    The reply is currently minimized Show
Your Reply