Merge pull request #275 from cvogeley/master
small bugfix. sometimes also avatar pics were rescaled
This commit is contained in:
commit
a757afc6bd
|
@ -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 New Issue
Block a user