]> git.mxchange.org Git - friendica.git/commitdiff
small bugfix. sometimes also avatar pics were rescaled
authorChristian Vogeley <christian.vogeley@hotmail.de>
Sat, 28 Apr 2012 18:15:10 +0000 (20:15 +0200)
committerChristian Vogeley <christian.vogeley@hotmail.de>
Sat, 28 Apr 2012 18:15:10 +0000 (20:15 +0200)
view/theme/cleanzero/theme.php

index cc924539e4f8958200aadeb50efa6246bf824ab6..c993619973ec47b385a8208662f0741fbd290a4c 100644 (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>';}
 }