small bugfix. sometimes also avatar pics were rescaled
This commit is contained in:
parent
44700b914d
commit
3f586bb962
|
@ -108,7 +108,7 @@ $a->page['htmlhead'] .= '
|
||||||
<script>
|
<script>
|
||||||
|
|
||||||
$(function() {
|
$(function() {
|
||||||
$(".wall-item-content-wrapper img").aeImageResize({height: '.$resize.', width: '.$resize.'});
|
$(".wall-item-content img").aeImageResize({height: '.$resize.', width: '.$resize.'});
|
||||||
});
|
});
|
||||||
</script>';}
|
</script>';}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue