diff options
author | friendica <info@friendica.com> | 2012-04-28 16:46:12 -0700 |
---|---|---|
committer | friendica <info@friendica.com> | 2012-04-28 16:46:12 -0700 |
commit | a757afc6bd516d55e42657265804115417507055 (patch) | |
tree | 83113d11b25aa2fa8c074c62eda343fc604f55b2 | |
parent | 44700b914da591ff3535358db34d035014611264 (diff) | |
parent | 3f586bb962857e39950adfd747cfc875b7cf1dd0 (diff) | |
download | volse-hubzilla-a757afc6bd516d55e42657265804115417507055.tar.gz volse-hubzilla-a757afc6bd516d55e42657265804115417507055.tar.bz2 volse-hubzilla-a757afc6bd516d55e42657265804115417507055.zip |
Merge pull request #275 from cvogeley/master
small bugfix. sometimes also avatar pics were rescaled
-rw-r--r-- | view/theme/cleanzero/theme.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/view/theme/cleanzero/theme.php b/view/theme/cleanzero/theme.php index cc924539e..c99361997 100644 --- a/view/theme/cleanzero/theme.php +++ b/view/theme/cleanzero/theme.php @@ -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>';} } |