From aa1e4599fa5cb2d7ab7b2f2851d2f5153edf79c0 Mon Sep 17 00:00:00 2001 From: Anthony Talarico Date: Wed, 22 Nov 2017 13:10:56 -0500 Subject: [PATCH] changing the large image size to original for the member detail pages member detail pages now using original sizes --- functions.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/functions.php b/functions.php index 9a6c89f..de3c953 100644 --- a/functions.php +++ b/functions.php @@ -81,7 +81,7 @@ function glm_get_header($memberID = false) { $image_data = $image_data[0]; } else { - $image_data = apply_filters('member_images',$memberID,true); + $image_data = apply_filters('member_images',$memberID,true,'original'); } echo ' style="background-image: url('.$image_data.');height:0;padding:0;padding-bottom:22%;background-position:center center;background-size: 100%;background-repeat:no-repeat;max-height: 420px; "'; -- 2.17.1