Jump to content

Larger avatars IPS 4.4


tPx

Recommended Posts

Hello guys, i use on my themes until now this code 

<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>
.cAuthorPane_photo img {
    max-width: 170px;
    width: auto;
}

Now on 4.4, this code is not working, and everything i try only gifs avatars are showned on 150x300 px.My qestion is " DO YOU HAVE ANOTHER METHOD TO INCREASE THE SIZE OF AVATARS TO 150X300 from template? "

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

  • Recently Browsing   0 members

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