diff options
-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> |