aboutsummaryrefslogtreecommitdiffstats
path: root/view/tpl/direntry_large.tpl
diff options
context:
space:
mode:
authorfriendica <info@friendica.com>2013-12-23 20:04:00 -0800
committerfriendica <info@friendica.com>2013-12-23 20:04:00 -0800
commit1c5fe5a1ac252058c81d44409841441711f2c6b1 (patch)
tree9227f111e5cad043194f90469f8c243a8739d020 /view/tpl/direntry_large.tpl
parent4e3a2c5f28690158d9cf3c282f9d14736b5b0550 (diff)
downloadvolse-hubzilla-1c5fe5a1ac252058c81d44409841441711f2c6b1.tar.gz
volse-hubzilla-1c5fe5a1ac252058c81d44409841441711f2c6b1.tar.bz2
volse-hubzilla-1c5fe5a1ac252058c81d44409841441711f2c6b1.zip
set the height so colorbox can set its size correctly
Diffstat (limited to 'view/tpl/direntry_large.tpl')
-rwxr-xr-xview/tpl/direntry_large.tpl2
1 files changed, 1 insertions, 1 deletions
diff --git a/view/tpl/direntry_large.tpl b/view/tpl/direntry_large.tpl
index 605abb9b3..58c9d5404 100755
--- a/view/tpl/direntry_large.tpl
+++ b/view/tpl/direntry_large.tpl
@@ -3,7 +3,7 @@
<div class="contact-photo-wrapper" id="directory-photo-wrapper-{{$id}}" >
<div class="contact-photo" id="directory-photo-{{$id}}" >
-<a href="{{$profile_link}}" class="directory-profile-link" id="directory-profile-link-{{$id}}" ><img class="directory-photo-img" src="{{$photo}}" alt="{{$alttext}}" title="{{$alttext}}" /></a>
+<a href="{{$profile_link}}" class="directory-profile-link" id="directory-profile-link-{{$id}}" ><img class="directory-photo-img" height="175" width="175" src="{{$photo}}" alt="{{$alttext}}" title="{{$alttext}}" /></a>
</div>
</div>