Jump to content

Question

5 answers to this question

Recommended Posts

  • 0
Posted

Pentru început 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>

~ După ce ați găsit acest cod, îl veți înlocui cu acest cod:

<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 setările de mai sus și mergem în custom.css sau unde vă salvați voi codurile și adăugați:

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

WWW.TECTONICPX.COM [ Professional Web Design Services ]

  • 0
Posted
2 hours ago, DeadworldHd said:

Acum se vad acestea foarte mari

Screenshot_1.png

poti schimba valorile din css mai exact:

 

   max-width: 150px;

si il faci cum doresti

- Mă tem că intr-o zi tehnologia va întrece umanitatea iar lumea va avea o generație de idioți !

Albert Einstein

:(

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
  • 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.