diff options
author | Mario Vavti <mario@mariovavti.com> | 2015-07-20 21:01:11 +0200 |
---|---|---|
committer | Mario Vavti <mario@mariovavti.com> | 2015-07-20 21:01:11 +0200 |
commit | 4d45bc9da185c4c8f558b07f8020dce8171fb957 (patch) | |
tree | b3b8884bfd9485dd0af8efba48aadc3245e05851 /view | |
parent | 464625cd9107a82785bca40eb771a5c1149d8f2d (diff) | |
download | volse-hubzilla-4d45bc9da185c4c8f558b07f8020dce8171fb957.tar.gz volse-hubzilla-4d45bc9da185c4c8f558b07f8020dce8171fb957.tar.bz2 volse-hubzilla-4d45bc9da185c4c8f558b07f8020dce8171fb957.zip |
Fixes regarding the new default profile photo size. The default profile photos are just renamed. People which provided the originals are invited to reproduce them in the new 300 by 300 px format.
Diffstat (limited to 'view')
-rwxr-xr-x | view/tpl/profile_vcard.tpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/view/tpl/profile_vcard.tpl b/view/tpl/profile_vcard.tpl index 9eac48c6d..bea0d894f 100755 --- a/view/tpl/profile_vcard.tpl +++ b/view/tpl/profile_vcard.tpl @@ -1,5 +1,5 @@ <div class="vcard"> - <div id="profile-photo-wrapper"><img class="photo" width="175" height="175" src="{{$profile.photo}}?rev={{$profile.picdate}}" alt="{{$profile.name}}"></div> + <div id="profile-photo-wrapper"><img class="photo" src="{{$profile.photo}}?rev={{$profile.picdate}}" alt="{{$profile.name}}"></div> {{if $profile.edit}} <div class="dropdown"> <a class="profile-edit-side-link dropdown-toggle" data-toggle="dropdown" title="{{$profile.edit.3}}" href="#" ><i class="icon-pencil" title="{{$profile.edit.1}}" ></i></a> |