]> git.mxchange.org Git - friendica.git/commitdiff
removed the picture width, since it is already in the style sheet.
authorMichael Vogel <icarus@dabo.de>
Sun, 12 Jul 2015 18:31:49 +0000 (20:31 +0200)
committerMichael Vogel <icarus@dabo.de>
Sun, 12 Jul 2015 18:31:49 +0000 (20:31 +0200)
view/theme/vier/templates/profile_vcard.tpl

index af2ae648f6eef9572bc1dfcaab2eb27aa55ae613..3317d668ce69df45fb42e3891c3f0998de757844 100644 (file)
@@ -16,9 +16,9 @@
        {{if $pdesc}}<div class="title">{{$profile.pdesc}}</div>{{/if}}
 
        {{if $profile.picdate}}
-               <div id="profile-photo-wrapper"><a href="{{$profile.url}}"><img class="photo u-photo" width="175" height="175" src="{{$profile.photo}}?rev={{$profile.picdate}}" alt="{{$profile.name}}"></a></div>
+               <div id="profile-photo-wrapper"><a href="{{$profile.url}}"><img class="photo u-photo" src="{{$profile.photo}}?rev={{$profile.picdate}}" alt="{{$profile.name}}"></a></div>
        {{else}}
-               <div id="profile-photo-wrapper"><a href="{{$profile.url}}"><img class="photo u-photo" width="175" height="175" src="{{$profile.photo}}" alt="{{$profile.name}}"></a></div>
+               <div id="profile-photo-wrapper"><a href="{{$profile.url}}"><img class="photo u-photo" src="{{$profile.photo}}" alt="{{$profile.name}}"></a></div>
        {{/if}}
        {{if $profile.network_name}}<dl class="network"><dt class="network-label">{{$network}}</dt><dd class="x-network">{{$profile.network_name}}</dd></dl>{{/if}}
        {{if $location}}