From: Anthony Talarico Date: Wed, 22 Nov 2017 18:10:56 +0000 (-0500) Subject: changing the large image size to original for the member detail pages X-Git-Tag: v1.0.0^2~20 X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/index.cgi?a=commitdiff_plain;h=aa1e4599fa5cb2d7ab7b2f2851d2f5153edf79c0;p=WP-Themes%2Fmeetingsmichigan.git changing the large image size to original for the member detail pages member detail pages now using original sizes --- 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; "';