fixes #2104 album editor, use M size (not deactivable) instead of S

This commit is contained in:
plegall
2024-02-02 11:04:25 +01:00
parent 24bce3eb03
commit ed4e205c7f

View File

@@ -359,7 +359,7 @@ if ($category['has_images'] or !empty($category['representative_picture_id']))
// representant ? // representant ?
if (!empty($category['representative_picture_id'])) if (!empty($category['representative_picture_id']))
{ {
$tpl_representant['picture'] = get_category_representant_properties($category['representative_picture_id'], IMG_SMALL); $tpl_representant['picture'] = get_category_representant_properties($category['representative_picture_id'], IMG_MEDIUM);
} }
// can the admin choose to set a new random representant ? // can the admin choose to set a new random representant ?