diff options
author | redmatrix <git@macgirvin.com> | 2016-02-01 21:21:22 -0800 |
---|---|---|
committer | redmatrix <git@macgirvin.com> | 2016-02-01 21:21:22 -0800 |
commit | 5f5342c0d39e53a1e6d795ed0b0e6e445d83c755 (patch) | |
tree | c609c763b9e995af95b93529d5d84f5d53ede89c | |
parent | 15e003f030523b0284be20d0d5b86b47079420c0 (diff) | |
download | volse-hubzilla-5f5342c0d39e53a1e6d795ed0b0e6e445d83c755.tar.gz volse-hubzilla-5f5342c0d39e53a1e6d795ed0b0e6e445d83c755.tar.bz2 volse-hubzilla-5f5342c0d39e53a1e6d795ed0b0e6e445d83c755.zip |
adjust for folks that still have 175px profile photos
-rw-r--r-- | view/tpl/zcard.tpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/view/tpl/zcard.tpl b/view/tpl/zcard.tpl index 7572ad2cb..68f1058a5 100644 --- a/view/tpl/zcard.tpl +++ b/view/tpl/zcard.tpl @@ -45,6 +45,6 @@ <div class="hz_name">{{$zcard.chan.xchan_name}}</div> <div class="hz_addr">{{$zcard.chan.channel_addr}}</div> </div> - <div class="hz_profile_photo"><img src="{{$pphoto.href}}" alt="{{$zcard.chan.xchan_name}}" /></div> + <div class="hz_profile_photo"><img style="width: 300px; height: 300px;" src="{{$pphoto.href}}" alt="{{$zcard.chan.xchan_name}}" /></div> </div> |