diff --git a/templates/themes/recent/theme.php b/templates/themes/recent/theme.php index f44e2529..55660d3d 100644 --- a/templates/themes/recent/theme.php +++ b/templates/themes/recent/theme.php @@ -79,6 +79,8 @@ } else { $post['src'] = $config['uri_thumb'] . $files[0]->thumb; + $post['thumbwidth'] = $files[0]->thumbwidth; + $post['thumbheight'] = $files[0]->thumbheight; } }