From 9fa189cadbbba37c6016b7dd6f379b1ee582b71e Mon Sep 17 00:00:00 2001 From: purplewhite Date: Tue, 29 Dec 2015 11:56:01 +0100 Subject: [PATCH] Bugfix Cover thumb sizes The configured cover thumb were not considered on the members page. --- core/um-actions-members.php | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/core/um-actions-members.php b/core/um-actions-members.php index 542a656b..12a84868 100644 --- a/core/um-actions-members.php +++ b/core/um-actions-members.php @@ -220,10 +220,12 @@ mobile->isTablet() ) { - $cover_size = 600; + $cover_size = $sizes[1]; } else { - $cover_size = 300; + $cover_size = $sizes[0]; } ?>