diff --git a/templates/themes/recent/theme.php b/templates/themes/recent/theme.php index a826048f..a8aad5d1 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; } }