diff --git a/inc/layouts.php b/inc/layouts.php index f7c29c5..1cc1162 100644 --- a/inc/layouts.php +++ b/inc/layouts.php @@ -384,7 +384,7 @@ function eqd_single_fullwidth_content() { ?> - + @@ -403,7 +403,7 @@ function eqd_single_fullwidth_content() { // Reviewed By. $review_by_auth_id = get_field( 'post_reviewed_by', get_the_ID() ); if ( false !== $review_by_auth_id ) { - $profile_picture = get_avatar( $review_by_auth_id, 64 ); + $profile_picture = get_avatar( $review_by_auth_id, 80 ); $user_info = get_userdata( $review_by_auth_id ); $first_name = $user_info->first_name; // phpcs:ignore VariableAnalysis.CodeAnalysis.VariableAnalysis.UnusedVariable -- Leaving for future use. $last_name = $user_info->last_name; // phpcs:ignore VariableAnalysis.CodeAnalysis.VariableAnalysis.UnusedVariable -- Leaving for future use. diff --git a/inc/loop.php b/inc/loop.php index 8c38b3f..3eda2d2 100644 --- a/inc/loop.php +++ b/inc/loop.php @@ -135,7 +135,7 @@ function eqd_single_header() { ?>