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