small bugfix. sometimes also avatar pics were rescaled

This commit is contained in:
Christian Vogeley 2012-04-28 20:15:10 +02:00
parent 44700b914d
commit 3f586bb962
1 changed files with 1 additions and 1 deletions

View File

@ -108,7 +108,7 @@ $a->page['htmlhead'] .= '
<script>
$(function() {
$(".wall-item-content-wrapper img").aeImageResize({height: '.$resize.', width: '.$resize.'});
$(".wall-item-content img").aeImageResize({height: '.$resize.', width: '.$resize.'});
});
</script>';}
}