Postbit: Avatar Size

Kyles

User is banned.
Reputation
0
Since the maximum avatar size is now 120x120, my personal favorite for avatar sizes, I think we should also have it display 120x120 in postbit. This can simply be done so bye editing the Theme Name > Templates > Postbit > Postbit_Avatar and repplacing.
Code:
<a href="{$post['profilelink_plain']}"><img src="{$post['avatar']}" alt="" {$avatar_width_height} /></a>

with

Code:
<a href="{$post['profilelink_plain']}"><img src="{$post['avatar']}" alt="" width="120" height="120 "/></a>
 
Cookies are required to use this site. You must accept them to continue using the site. Learn more…