diff options
Diffstat (limited to 'view/theme/cleanzero/theme.php')
-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>';} } |