Jump to content

Question

Posted (edited)

Salut,am adaugat niste cod-uri pentru redimensionarea avatarelor si unele mi-au iesit super,altele mult prea mari si altele mult prea mici.. + ca la sfarsitul post-ului apare iar avatarul..

50NNRbY.png 

FgSFOQl.png

cum pot remedia "problemele" astea?

Edited by ζ͜͡KaitaN

7 answers to this question

Recommended Posts

  • 0
Posted

Mergem în forums - topics și selectăm „postContainer” după care căutăm următorul cod :
 

<li class='cAuthorPane_photo'>
{template="userPhoto" app="core" group="global" params="$comment->author(), 'large', $comment->warningRef()"}
</li>

Codul de mai sus îl vom înlocui cu următorul :
 

<li class='cAuthorPane_photo'>
                  {{if $comment->author()->pp_main_photo}}
              		<span class='ipsUserPhoto ipsUserPhoto_variable'>
              			<img src="{setting='base_url'}uploads/{$comment->author()->pp_main_photo}" />
                    </span>
              {{else}}
              			<img src='{resource="default_photo.png" app="core" location="global"}' />
              {{endif}}
            </li>

Salvăm după care mergem în „costum.css” și adăugăm următorul cod :

.cAuthorPane_photo img {
    max-width: 170px;
    width: auto;
}

Guest
This topic is now closed to further replies.
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.